[gimp] app: double free when plugin fails to execute.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: double free when plugin fails to execute.
- Date: Sat, 9 Aug 2014 23:30:55 +0000 (UTC)
commit 66ea9e7ebdd4bb1f930487f67de661db41dd2418
Author: Jehan <jehan girinstud io>
Date: Sun Aug 10 01:26:09 2014 +0000
app: double free when plugin fails to execute.
app/plug-in/gimpplugin.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/plug-in/gimpplugin.c b/app/plug-in/gimpplugin.c
index d197954..2025138 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]