plug-ins: destroy cairo surface in CML Explorer

This commit is contained in:
Mikael Magnusson 2010-10-31 18:06:12 +01:00 committed by Michael Natterer
parent 81fee76747
commit b07d02cdc6

View file

@ -1535,6 +1535,7 @@ CML_explorer_dialog (void)
gtk_widget_destroy (dialog);
g_free (img);
cairo_surface_destroy (buffer);
return run;
}