mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fixed a recently introduced memory leak with the helppage.
git-svn-id: https://svn.eduke32.com/eduke32@769 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
61a3223bd8
commit
e84130c650
1 changed files with 1 additions and 0 deletions
|
@ -7748,6 +7748,7 @@ void ExtUnInit(void)
|
|||
if (s_TileGroups[i].szText != NULL)
|
||||
Bfree(s_TileGroups[i].szText);
|
||||
}
|
||||
if (helppage) free(helppage);
|
||||
}
|
||||
|
||||
static char wallshades[MAXWALLS];
|
||||
|
|
Loading…
Reference in a new issue