Free h_labels table when done compiling CONs

git-svn-id: https://svn.eduke32.com/eduke32@4628 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-09-30 04:15:41 +00:00
parent 10474ad635
commit 8e98cbe083

View file

@ -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();