[gimp/soc-2011-seamless-clone2] plug-ins: don't free a pointer allocated with g_newa in file-pdf-save
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] plug-ins: don't free a pointer allocated with g_newa in file-pdf-save
- Date: Wed, 8 May 2013 14:55:12 +0000 (UTC)
commit 4dc2f8de24ffe67625af88fdd06d27faba151731
Author: Michael Henning <drawoc darkrefraction com>
Date: Wed Jan 9 16:59:23 2013 -0500
plug-ins: don't free a pointer allocated with g_newa in file-pdf-save
Found using clang's scan-build.
plug-ins/common/file-pdf-save.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index 033d23d..269f781 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -1109,8 +1109,6 @@ del_image_call (GtkWidget *widget,
gtk_tree_row_reference_free (items[i]);
multi_page.image_count--;
}
-
- g_free (items);
}
dnd_remove = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]