mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
mem leakie in helpsystem.
git-svn-id: https://svn.eduke32.com/eduke32@800 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9c81fa155c
commit
8107341e87
1 changed files with 1 additions and 0 deletions
|
@ -7710,6 +7710,7 @@ void ExtUnInit(void)
|
||||||
if (s_TileGroups[i].szText != NULL)
|
if (s_TileGroups[i].szText != NULL)
|
||||||
Bfree(s_TileGroups[i].szText);
|
Bfree(s_TileGroups[i].szText);
|
||||||
}
|
}
|
||||||
|
for (i = 0; i < numhelppages;i++) free(helppage[i]);
|
||||||
if (helppage) free(helppage);
|
if (helppage) free(helppage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue