mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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. |
||
---|---|---|
.. | ||
2d | ||
audio | ||
console | ||
engine | ||
filesystem | ||
fonts | ||
menu | ||
models | ||
objects | ||
platform | ||
rendering | ||
scripting | ||
statusbar | ||
textures | ||
thirdparty | ||
utility |