mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-02-16 09:01:25 +00:00
An SDK to create Mods for dhewm3
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 |