]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/bitmap.cpp
Initialize wxLogWindow::m_pLogFrame in ctor to avoid (rare) crash.
[wxWidgets.git] / src / mgl / bitmap.cpp
index 3c717d4fe9fa621ca35f8e1e71ed2bc9fde066a2..5cf71c16727912698a15276b8bfdc855eeb20bef 100644 (file)
@@ -498,8 +498,7 @@ void wxBitmap::SetPalette(const wxPalette& palette)
     wxCHECK_RET( GetDepth() > 1 && GetDepth() <= 8, wxT("cannot set palette for bitmap of this depth") );
 
     AllocExclusive();
     wxCHECK_RET( GetDepth() > 1 && GetDepth() <= 8, wxT("cannot set palette for bitmap of this depth") );
 
     AllocExclusive();
-    delete M_BMPDATA->m_palette;
-    M_BMPDATA->m_palette = NULL;
+    wxDELETE(M_BMPDATA->m_palette);
 
     if ( !palette.Ok() ) return;
 
 
     if ( !palette.Ok() ) return;