[Xfce4-commits] [xfce/xfdesktop] 03/03: fix coverit cid 1292722 Uninitialized pointer read

noreply at xfce.org noreply at xfce.org
Wed Apr 1 19:13:59 CEST 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 7f69a9ebdec6dbfa16d1753f4dcfd8926155ff9c
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Wed Apr 1 20:03:32 2015 +0300

    fix coverit cid 1292722 Uninitialized pointer read
---
 src/windowlist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/windowlist.c b/src/windowlist.c
index 7140eb8..388610d 100644
--- a/src/windowlist.c
+++ b/src/windowlist.c
@@ -154,7 +154,7 @@ menu_item_from_wnck_window(WnckWindow *wnck_window, gint icon_width,
     GtkWidget *mi, *img = NULL;
     gchar *title;
     GString *label;
-    GdkPixbuf *icon, *tmp;
+    GdkPixbuf *icon, *tmp = NULL;
     gint w, h;
     gboolean truncated = FALSE;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list