GDI double-deletion fix, wxBitmap depth bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-08-19 15:45:05 +00:00
parent 857f3be5f1
commit 4c444f19cf
4 changed files with 29 additions and 20 deletions

View File

@@ -99,6 +99,8 @@ void wxInitializeResourceSystem(void)
void wxCleanUpResourceSystem(void)
{
delete wxDefaultResourceTable;
if (wxResourceBuffer)
delete[] wxResourceBuffer;
}
void wxLogWarning(char *msg)