[gimp/soc-2011-seamless-clone2] Bug 696240 - Changing Gradient From Script-Fu Drop Down Causes GIMP to Crash



commit b1a4d2ebfd4ae04dd497af4fc86bdf0bcd7dcf80
Author: Michael Natterer <mitch gimp org>
Date:   Thu Mar 21 01:50:32 2013 +0100

    Bug 696240 - Changing Gradient From Script-Fu Drop Down Causes GIMP to Crash
    
    gimp_gradient_select_run_callback(): Don't free the color values array
    twice.

 app/widgets/gimpgradientselect.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpgradientselect.c b/app/widgets/gimpgradientselect.c
index ce4acab..e54a0ba 100644
--- a/app/widgets/gimpgradientselect.c
+++ b/app/widgets/gimpgradientselect.c
@@ -188,7 +188,6 @@ gimp_gradient_select_run_callback (GimpPdbDialog  *dialog,
                                         G_TYPE_NONE);
 
   gimp_array_free (array);
-  g_free (values);
 
   return return_vals;
 }


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