]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/fontdlgg.cpp
documented how to handle C++ exceptions in wxWindows
[wxWidgets.git] / src / generic / fontdlgg.cpp
index 6df6a4b308ce1ee6d080751ec08bb5d7237c2bdf..0b0ed9a8421714549aca7aacd2139ba9c523ef0b 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "fontdlgg.h"
 #endif
 
@@ -348,6 +348,7 @@ void wxGenericFontDialog::OnChangeFont(wxCommandEvent& WXUNUSED(event))
     {
       m_fontData.m_fontColour = *col;
       m_previewer->SetForegroundColour(*col);
+      delete col;
     }
   }
   m_previewer->Refresh();