mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-01-31 13:00:56 +00:00
An SDK to create Mods for dhewm3
86c634b55c
Sometimes memory was allocated with new[] but freed with delete instead of delete[], which is wrong. And there were some small memory leaks, too. Furtunately clang's AddressSanitizer detected all that so I could easily fix it. (There seem to be some more small memory leaks which are harder to fix, though) |
||
---|---|---|
cm | ||
d3xp | ||
framework | ||
game | ||
idlib | ||
renderer | ||
sound | ||
sys | ||
tools/compilers/aas | ||
ui | ||
CMakeLists.txt | ||
config.h.in | ||
COPYING.txt |