mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:41:05 +00:00
Fix memory leak in GSComboWindow.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36744 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
762838d8df
commit
d7dc57f31a
2 changed files with 6 additions and 0 deletions
|
@ -184,6 +184,7 @@ static GSComboWindow *gsWindow = nil;
|
|||
borderRect.size.height)];
|
||||
[scrollView setHasVerticalScroller: YES];
|
||||
[scrollView setDocumentView: _tableView];
|
||||
[_tableView release];
|
||||
[box setContentView: scrollView];
|
||||
RELEASE(scrollView);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue