prevent double deletion of cairo lib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2007-09-07 07:40:38 +00:00
parent 0187f0bcf4
commit 892434f06f

View File

@ -85,7 +85,7 @@ bool wxGtkPrintModule::OnInit()
void wxGtkPrintModule::OnExit()
{
delete gs_cairo;
gs_cairo = NULL;
}
IMPLEMENT_DYNAMIC_CLASS(wxGtkPrintModule, wxModule)