[gtk+/wip/baedert/gtkimageview: 213/275] GtkImageView: Don't unref NULL input stream



commit 252da4d292c77e027ff03acea22ccf3b7eac03da
Author: Timm Bäder <mail baedert org>
Date:   Mon Jan 25 17:37:36 2016 +0100

    GtkImageView: Don't unref NULL input stream

 gtk/gtkimageview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkimageview.c b/gtk/gtkimageview.c
index 1cf306f..4bcfbab 100644
--- a/gtk/gtkimageview.c
+++ b/gtk/gtkimageview.c
@@ -1976,7 +1976,7 @@ gtk_image_view_load_image_contents (GTask        *task,
 
   if (error)
     {
-      g_object_unref (in_stream);
+      /* in_stream is NULL */
       g_task_return_error (task, error);
       return;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]