mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
fdix minor buglet
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7a001daabc
commit
d87aacee2f
3 changed files with 10 additions and 9 deletions
|
@ -545,8 +545,8 @@ _GSDebugAllocationFetch(list_entry *items, BOOL difference)
|
|||
if (difference)
|
||||
{
|
||||
val -= the_table[i].lastc;
|
||||
the_table[i].lastc = the_table[i].count;
|
||||
}
|
||||
the_table[i].lastc = the_table[i].count;
|
||||
if (val)
|
||||
{
|
||||
items[pos].name = class_getName(the_table[i].class);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue