From 66ea9e7ebdd4bb1f930487f67de661db41dd2418 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 10 Aug 2014 01:26:09 +0000 Subject: [PATCH] app: double free when plugin fails to execute. --- app/plug-in/gimpplugin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/plug-in/gimpplugin.c b/app/plug-in/gimpplugin.c index d197954e93..2025138a5d 100644 --- a/app/plug-in/gimpplugin.c +++ b/app/plug-in/gimpplugin.c @@ -370,7 +370,6 @@ gimp_plug_in_open (GimpPlugIn *plug_in, gimp_file_get_utf8_name (plug_in->file), error->message); g_clear_error (&error); - g_free (progname); goto cleanup; }