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

noreply at xfce.org noreply at xfce.org
Sun May 17 11:38:08 CEST 2015


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

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

commit f7de9f04527a3ea87885403b17baaa60c88149cd
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