aboutsummaryrefslogtreecommitdiff
path: root/src/music-player-bridge.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-04-04 06:02:19 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2011-04-04 06:02:19 -0400
commit0421dfae64f2f408ac0f764c4eb6117a33fecc3b (patch)
tree089b0c61ec13d8bb4357a1801796a9eb1fac8608 /src/music-player-bridge.c
parentc5689e204992c8d821bfdeb14560f279784b6ca3 (diff)
parent1f8270d3e11c19c6b3068ebfc151a258dcf83ef1 (diff)
downloadayatana-indicator-sound-0421dfae64f2f408ac0f764c4eb6117a33fecc3b.tar.gz
ayatana-indicator-sound-0421dfae64f2f408ac0f764c4eb6117a33fecc3b.tar.bz2
ayatana-indicator-sound-0421dfae64f2f408ac0f764c4eb6117a33fecc3b.zip
* New upstream release.
- Fix crash with SIGABRT (LP: #738051) (LP: #744304) - ensure that if the service crashes the indicator will not show multiple sliders
Diffstat (limited to 'src/music-player-bridge.c')
-rw-r--r--src/music-player-bridge.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/music-player-bridge.c b/src/music-player-bridge.c
index 7c652a1..48087b6 100644
--- a/src/music-player-bridge.c
+++ b/src/music-player-bridge.c
@@ -1,4 +1,4 @@
-/* music-player-bridge.c generated by valac 0.11.7, the Vala compiler
+/* music-player-bridge.c generated by valac 0.12.0, the Vala compiler
* generated from music-player-bridge.vala, do not modify */
/*
@@ -720,6 +720,7 @@ static gchar* music_player_bridge_determine_key (gchar* desktop_or_interface) {
result = _result_;
temp = (_vala_array_free (temp, temp_length1, (GDestroyNotify) g_free), NULL);
tokens = (_vala_array_free (tokens, tokens_length1, (GDestroyNotify) g_free), NULL);
+ _g_free0 (desktop_or_interface);
return result;
}