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:
parent
0187f0bcf4
commit
892434f06f
@ -85,7 +85,7 @@ bool wxGtkPrintModule::OnInit()
|
||||
|
||||
void wxGtkPrintModule::OnExit()
|
||||
{
|
||||
delete gs_cairo;
|
||||
gs_cairo = NULL;
|
||||
}
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxGtkPrintModule, wxModule)
|
||||
|
Loading…
Reference in New Issue
Block a user