- Actually, I think this is proper now.

SVN r2260 (scripting)
This commit is contained in:
Randy Heit 2010-03-31 02:44:22 +00:00
parent cc2ed53c49
commit ef3c020c8c
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ size_t PSymbolTable::MarkSymbols()
GC::Mark(pair->Value);
count++;
}
return count * sizeof(PSymbol*);
return count * sizeof(*pair);
}
void PSymbolTable::ReleaseSymbols()