[gimp] app: don't unref progress twice in gimp_gegl_apply_cached_operation()



commit 88450445fc027dbf4cc3f1c687b7d6350d0756a9
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jun 19 23:09:41 2014 +0200

    app: don't unref progress twice in gimp_gegl_apply_cached_operation()

 app/gegl/gimp-gegl-apply-operation.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/gegl/gimp-gegl-apply-operation.c b/app/gegl/gimp-gegl-apply-operation.c
index ff6bcf8..b31326a 100644
--- a/app/gegl/gimp-gegl-apply-operation.c
+++ b/app/gegl/gimp-gegl-apply-operation.c
@@ -217,8 +217,6 @@ gimp_gegl_apply_cached_operation (GeglBuffer          *src_buffer,
             {
               gimp_progress_set_value (progress, value);
             }
-
-          g_object_unref (processor);
         }
       else
         {


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