commit 83a811038aa9ec2ebfeb464d6267f5725b7e53da
Merge: e334de61 9f055dbe
Author: Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Wed Aug 23 08:01:53 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Wed Aug 23 08:01:53 2017 +0200
Merge pull request #937 from chocolate-doom/i_realloc
Add an I_Realloc() function and use it instead of realloc()
HACKING.md | 1 +
src/i_sdlmusic.c | 2 +-
src/i_system.c | 18 ++++++++++++++++++
src/i_system.h | 2 ++
src/midifile.c | 9 ++-------
src/net_query.c | 2 +-
src/w_checksum.c | 3 ++-
src/w_wad.c | 8 +-------
8 files changed, 28 insertions(+), 17 deletions(-)