[Xfce4-commits] [xfce/xfdesktop] 21/35: coverity cid 1292723 Uninitialized pointer read
noreply at xfce.org
noreply at xfce.org
Sun May 17 11:38:09 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 90cf57aa79de3e48a47c8c0485d53bc17d9a2960
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