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:
Richard Frith-MacDonald 2015-07-09 11:44:20 +00:00
parent 7a001daabc
commit d87aacee2f
3 changed files with 10 additions and 9 deletions

View file

@ -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);