mem leakie in helpsystem.

git-svn-id: https://svn.eduke32.com/eduke32@800 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
qbix79 2008-06-13 08:00:34 +00:00
parent 9c81fa155c
commit 8107341e87

View file

@ -7710,6 +7710,7 @@ void ExtUnInit(void)
if (s_TileGroups[i].szText != NULL)
Bfree(s_TileGroups[i].szText);
}
for (i = 0; i < numhelppages;i++) free(helppage[i]);
if (helppage) free(helppage);
}