mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
In [update:] free the list returned by GSDebugAllocationClassList().
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17344 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bb384bcd99
commit
0f207ddbc4
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ static GSMemoryPanel *sharedGSMemoryPanel = nil;
|
|||
RELEASE (entry);
|
||||
i++;
|
||||
}
|
||||
NSZoneFree(NSDefaultMallocZone(), classList);
|
||||
|
||||
switch (orderingBy)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue