[gimp/gimp-2-8] Bug 696240 - Changing Gradient From Script-Fu Drop Down Causes GIMP to Crash
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] Bug 696240 - Changing Gradient From Script-Fu Drop Down Causes GIMP to Crash
- Date: Thu, 21 Mar 2013 00:53:27 +0000 (UTC)
commit 15c5a9db32d49b22260ffde0202f39284b99d936
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 files changed, 0 insertions(+), 1 deletions(-)
---
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]