[gimp] plug-ins: destroy cairo surface in CML Explorer



commit b07d02cdc68fd4da580c4e44e7bcf696b48f2046
Author: Mikael Magnusson <mikachu gmail com>
Date:   Sun Oct 31 18:06:12 2010 +0100

    plug-ins: destroy cairo surface in CML Explorer

 plug-ins/common/cml-explorer.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/cml-explorer.c b/plug-ins/common/cml-explorer.c
index 51617aa..d42d22d 100644
--- a/plug-ins/common/cml-explorer.c
+++ b/plug-ins/common/cml-explorer.c
@@ -1535,6 +1535,7 @@ CML_explorer_dialog (void)
 
   gtk_widget_destroy (dialog);
   g_free (img);
+  cairo_surface_destroy (buffer);
 
   return run;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]