dhewm3/neo/sys/posix
Daniel Gibson befe732dbb Fix new[]/delete missmatches and memory leaks found by clang's ASAN
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)
2015-12-17 18:11:03 +01:00
..
posix_main.cpp make "./dhewm3 +set in_tty 0" actually work 2015-09-27 18:14:06 +02:00
posix_net.cpp Fix new[]/delete missmatches and memory leaks found by clang's ASAN 2015-12-17 18:11:03 +01:00
posix_public.h Get rid of Posix_EarlyInit() and Posix_LateInit() 2012-07-06 01:39:01 +02:00