[Xfce4-commits] [xfce/xfdesktop] 01/01: coverity cid 1292723 Uninitialized pointer read

noreply at xfce.org noreply at xfce.org
Wed Apr 1 19:20:54 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 d45ac7ee5ec4399b111812470868463ba7986a3d
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Wed Apr 1 20:10:36 2015 +0300

    coverity cid 1292723 Uninitialized pointer read
---
 src/xfdesktop-file-icon-manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfdesktop-file-icon-manager.c b/src/xfdesktop-file-icon-manager.c
index fff8049..6012952 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -1230,7 +1230,7 @@ xfdesktop_file_icon_menu_fill_template_menu(GtkWidget *menu,
                                             gboolean recursive)
 {
     GFileEnumerator *enumerator;
-    GtkWidget *item, *image, *submenu;
+    GtkWidget *item, *image, *submenu = NULL;
     GFileInfo *info;
     GFile *file;
     GIcon *icon;

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


More information about the Xfce4-commits mailing list