some more fixes

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@157 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
albertzeyer
2009-07-24 18:28:43 +00:00
parent f854745f9e
commit 01c6db1b9b
6 changed files with 24 additions and 18 deletions

View File

@@ -64,12 +64,12 @@ void CGraphics::freemem(void)
if (scrollbuffer)
{
delete[] scrollbuffer; scrollbuffer = NULL;
g_pLogFile->ftextOut(BLACK,true," Scrollbuffer memory released to system.<br>");
g_pLogFile->fltextOut(BLACK,true," Scrollbuffer memory released to system.<br>");
}
if (blitbuffer)
{
delete[] blitbuffer; blitbuffer = NULL;
g_pLogFile->ftextOut(BLACK,true," Blitbuffer memory released to system.<br>");
g_pLogFile->fltextOut(BLACK,true," Blitbuffer memory released to system.<br>");
}
}