mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@982 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
fa2b8cb9ec
commit
059ecb1fb6
1 changed files with 3 additions and 0 deletions
|
@ -9906,6 +9906,7 @@ static void loadtmb(void)
|
|||
static void freeconmem(void)
|
||||
{
|
||||
int i;
|
||||
extern char *bitptr;
|
||||
|
||||
for (i=(MAXLEVELS*(MAXVOLUMES+1))-1;i>=0;i--) // +1 volume for "intro", "briefing" music
|
||||
{
|
||||
|
@ -9967,6 +9968,8 @@ static void freeconmem(void)
|
|||
Bfree(labelcode);
|
||||
if (script != NULL)
|
||||
Bfree(script);
|
||||
if (bitptr != NULL)
|
||||
Bfree(bitptr);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue