diff options
author | Fabian Greffrath | 2014-08-05 17:46:26 +0200 |
---|---|---|
committer | Fabian Greffrath | 2014-08-05 17:46:26 +0200 |
commit | af553de8c714a80ea6ada5cc7487c689ed9fccb0 (patch) | |
tree | f3fed69cfbb16a5a4931a3ef9e22be44e97b737a | |
parent | e03f775902d666e65f1d06332871a80b0e3cc10f (diff) | |
parent | 94419f9f915682f584153cb3797c0ed08eb83500 (diff) | |
download | chocolate-doom-af553de8c714a80ea6ada5cc7487c689ed9fccb0.tar.gz chocolate-doom-af553de8c714a80ea6ada5cc7487c689ed9fccb0.tar.bz2 chocolate-doom-af553de8c714a80ea6ada5cc7487c689ed9fccb0.zip |
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
-rw-r--r-- | src/deh_io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deh_io.c b/src/deh_io.c index 9f76563d..778170fd 100644 --- a/src/deh_io.c +++ b/src/deh_io.c @@ -137,6 +137,7 @@ void DEH_CloseFile(deh_context_t *context) W_ReleaseLumpNum(context->lumpnum); } + free(context->filename); Z_Free(context->readbuffer); Z_Free(context); } |