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:
hnt_ts 2008-06-05 19:10:34 +00:00
parent 61a3223bd8
commit e84130c650
1 changed files with 1 additions and 0 deletions

View File

@ -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];