git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35409
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxMemoryDC::~wxMemoryDC()
{
wxMemoryDC::~wxMemoryDC()
{
+#ifdef __WXGTK20__
+ g_object_unref(m_context);
+#endif
}
void wxMemoryDC::SelectObject( const wxBitmap& bitmap )
}
void wxMemoryDC::SelectObject( const wxBitmap& bitmap )
wxMemoryDC::~wxMemoryDC()
{
wxMemoryDC::~wxMemoryDC()
{
+#ifdef __WXGTK20__
+ g_object_unref(m_context);
+#endif
}
void wxMemoryDC::SelectObject( const wxBitmap& bitmap )
}
void wxMemoryDC::SelectObject( const wxBitmap& bitmap )