[gtk+/wip/baedert/gtkimageview: 64/73] GtkImageView: Plug another leak
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/gtkimageview: 64/73] GtkImageView: Plug another leak
- Date: Sun, 24 Jan 2016 20:11:51 +0000 (UTC)
commit 552315c1e4a1f7f6002d922ab15bc9de43d97dba
Author: Timm Bäder <mail baedert org>
Date: Fri Jan 22 21:22:43 2016 +0100
GtkImageView: Plug another leak
gtk/gtkimageview.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkimageview.c b/gtk/gtkimageview.c
index fc2fbf4..ace5129 100644
--- a/gtk/gtkimageview.c
+++ b/gtk/gtkimageview.c
@@ -2014,6 +2014,8 @@ gtk_image_view_load_from_input_stream (GTask *task,
if (error)
g_task_return_error (task, error);
+
+ g_slice_free (LoadTaskData, data);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]