summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFabian Greffrath2014-08-05 17:46:26 +0200
committerFabian Greffrath2014-08-05 17:46:26 +0200
commitaf553de8c714a80ea6ada5cc7487c689ed9fccb0 (patch)
treef3fed69cfbb16a5a4931a3ef9e22be44e97b737a /src
parente03f775902d666e65f1d06332871a80b0e3cc10f (diff)
parent94419f9f915682f584153cb3797c0ed08eb83500 (diff)
downloadchocolate-doom-af553de8c714a80ea6ada5cc7487c689ed9fccb0.tar.gz
chocolate-doom-af553de8c714a80ea6ada5cc7487c689ed9fccb0.tar.bz2
chocolate-doom-af553de8c714a80ea6ada5cc7487c689ed9fccb0.zip
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
Diffstat (limited to 'src')
-rw-r--r--src/deh_io.c1
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);
}