mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
10474ad635
commit
8e98cbe083
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue