mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Minor enhancement to improve debugging
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20775 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0708409c1b
commit
89dd47ec16
6 changed files with 61 additions and 8 deletions
|
@ -621,7 +621,7 @@ _GSDebugAllocationListAll(void)
|
|||
void
|
||||
GSDebugAllocationRemove(Class c, id o)
|
||||
{
|
||||
(*_GSDebugAllocationRemoveFunc)(c,o);
|
||||
(*_GSDebugAllocationRemoveFunc)(c,o);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue