[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/01: Initialize playlists to NULL
noreply at xfce.org
noreply at xfce.org
Thu Nov 30 01:03:37 CET 2017
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e 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-pulseaudio-plugin.
commit 02efab90628be0d8b6a5addde2468efccc89ff52
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Nov 29 19:03:31 2017 -0500
Initialize playlists to NULL
---
panel-plugin/pulseaudio-menu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/pulseaudio-menu.c b/panel-plugin/pulseaudio-menu.c
index 383a6ec..6e1bf92 100644
--- a/panel-plugin/pulseaudio-menu.c
+++ b/panel-plugin/pulseaudio-menu.c
@@ -451,7 +451,7 @@ pulseaudio_menu_new (PulseaudioVolume *volume,
gboolean can_go_previous;
gboolean can_go_next;
gboolean can_raise;
- GList *playlists;
+ GList *playlists = NULL;
GtkWidget *submenu = NULL;
#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list