mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 15:44:24 +00:00
- Actually, I think this is proper now.
SVN r2260 (scripting)
This commit is contained in:
parent
cc2ed53c49
commit
ef3c020c8c
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ size_t PSymbolTable::MarkSymbols()
|
|||
GC::Mark(pair->Value);
|
||||
count++;
|
||||
}
|
||||
return count * sizeof(PSymbol*);
|
||||
return count * sizeof(*pair);
|
||||
}
|
||||
|
||||
void PSymbolTable::ReleaseSymbols()
|
||||
|
|
Loading…
Reference in a new issue