gimp/gimp-2.8.4-script-fu-gradient.patch

36 lines
1.1 KiB
Diff

From b86a9d6c44b876fcff0e92f63562e6285818abdb Mon Sep 17 00:00:00 2001
From: Nils Philippsen <nils@redhat.com>
Date: Wed, 22 May 2013 17:41:22 +0200
Subject: [PATCH] patch: script-fu-gradient
Squashed commit of the following:
commit f98f40baa057315998ee9272b8bb50eb9a9aa9cd
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.
(cherry picked from commit ed2849cd5245a4f4f259a261e5d58a1e4fa637ba)
---
app/widgets/gimpgradientselect.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/app/widgets/gimpgradientselect.c b/app/widgets/gimpgradientselect.c
index 4dc9c23..edb9fea 100644
--- a/app/widgets/gimpgradientselect.c
+++ b/app/widgets/gimpgradientselect.c
@@ -187,7 +187,6 @@ gimp_gradient_select_run_callback (GimpPdbDialog *dialog,
G_TYPE_NONE);
gimp_array_free (array);
- g_free (values);
return return_vals;
}
--
1.8.1.4