[gimp] app: erroneously dereferencing paint_options fixing commit 4d6640ff79ff13ae6d031da477a21c85119b2f15



commit 50463d8d5ab6e15c4d5345769bae795e7becdff7
Author: Hartmut Kuhse <hk_priv gmx de>
Date:   Sun Aug 31 15:27:12 2014 +0200

    app: erroneously dereferencing paint_options
    fixing commit 4d6640ff79ff13ae6d031da477a21c85119b2f15

 app/core/gimpstrokeoptions.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpstrokeoptions.c b/app/core/gimpstrokeoptions.c
index 2d2577f..a9f95e0 100644
--- a/app/core/gimpstrokeoptions.c
+++ b/app/core/gimpstrokeoptions.c
@@ -609,7 +609,6 @@ gimp_stroke_options_prepare (GimpStrokeOptions *options,
           }
 
         g_object_set (options, "paint-options", paint_options, NULL);
-        g_object_unref (paint_options);
       }
       break;
 


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