mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
1a300aa220
It looks GZDoom never run in the case where using Create<> to create an object this left a pointer uninitialized. To be safe, use Calloc instead of Malloc to get the memory for the new object so that everything is nulled. |
||
---|---|---|
.. | ||
autosegs.h | ||
dobject.cpp | ||
dobject.h | ||
dobjgc.cpp | ||
dobjgc.h | ||
dobjtype.cpp | ||
dobjtype.h |