[gtk+/wip/baedert/gtkimageview: 113/169] GtkImageView: Don't unref	NULL input stream
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk+/wip/baedert/gtkimageview: 113/169] GtkImageView: Don't unref	NULL input stream
- Date: Wed, 25 May 2016 16:16:02 +0000 (UTC)
commit ce8afee0c543565b0180b1dd24134ba1110dd118
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]