[Xfce4-commits] [panel-plugins/xfce4-places-plugin] 02/03: Fix uninitialized value
noreply at xfce.org
noreply at xfce.org
Thu May 23 13:57:00 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-places-plugin.
commit ffbde3432b2e7360af7803f9580b5fdac7d34af4
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Thu May 23 13:41:16 2019 +0200
Fix uninitialized value
---
panel-plugin/model_user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/model_user.c b/panel-plugin/model_user.c
index c620f3d..f4eb3ef 100644
--- a/panel-plugin/model_user.c
+++ b/panel-plugin/model_user.c
@@ -127,7 +127,7 @@ pbuser_build_bookmarks(PlacesBookmarkGroup *bookmark_group)
FILE *fp;
GFile *file;
GFileInfo *fileinfo;
- GIcon *icon;
+ GIcon *icon = NULL;
pbuser_destroy_bookmarks(bookmark_group);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list