mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +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);
|
GC::Mark(pair->Value);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
return count * sizeof(PSymbol*);
|
return count * sizeof(*pair);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PSymbolTable::ReleaseSymbols()
|
void PSymbolTable::ReleaseSymbols()
|
||||||
|
|
Loading…
Reference in a new issue