mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-14 16:40:40 +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 |