From 8e98cbe083cb7e60467420b1183e00a3dc6dd29d Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 30 Sep 2014 04:15:41 +0000 Subject: [PATCH] Free h_labels table when done compiling CONs git-svn-id: https://svn.eduke32.com/eduke32@4628 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/gamedef.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index 7c4da0c29..18fcf99f4 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -6395,6 +6395,7 @@ void C_Compile(const char *filenam) { int32_t j=0, k=0, l=0; + hash_free(&h_labels); hash_free(&h_keywords); freehashnames(); freesoundhashnames();