aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sound-service-dbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c
index ce32beb..67c7e47 100644
--- a/src/sound-service-dbus.c
+++ b/src/sound-service-dbus.c
@@ -151,6 +151,7 @@ sound_service_dbus_create_root_item (SoundServiceDbus* self)
gchar** paths = {'/usr/share/banshee-1/icons'};
dbusmenu_server_set_icon_paths (server,
g_strdupv(paths));
+ g_strfreev (paths);
dbusmenu_server_set_root (server, priv->root_menuitem);
g_object_unref (priv->root_menuitem);
priv->active_sink = active_sink_new (self);