From 30fc94dfddfd6afded367a5b1398158da46333d1 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Mon, 19 Mar 2012 10:58:05 -0400 Subject: * debian/patches/sound_nua.patch - don't try to free a static string (LP: #957387) --- debian/changelog | 7 +++++++ debian/patches/sound_nua.patch | 12 +++--------- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7db09ad..d9b0da6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-sound (0.8.4.0-0ubuntu2) UNRELEASED; urgency=low + + * debian/patches/sound_nua.patch + - don't try to free a static string (LP: #957387) + + -- Ken VanDine Mon, 19 Mar 2012 10:54:55 -0400 + indicator-sound (0.8.4.0-0ubuntu1) precise; urgency=low * New upstream release. diff --git a/debian/patches/sound_nua.patch b/debian/patches/sound_nua.patch index 97ba41b..869ae24 100644 --- a/debian/patches/sound_nua.patch +++ b/debian/patches/sound_nua.patch @@ -1,7 +1,7 @@ === modified file 'src/sound-service-dbus.c' ---- old/src/sound-service-dbus.c 2012-03-02 16:34:50 +0000 -+++ new/src/sound-service-dbus.c 2012-03-16 17:24:56 +0000 -@@ -228,13 +228,20 @@ +--- old/src/sound-service-dbus.c 2012-03-16 17:59:34 +0000 ++++ new/src/sound-service-dbus.c 2012-03-19 14:54:30 +0000 +@@ -227,8 +227,14 @@ gpointer user_data) { GError * error = NULL; @@ -17,10 +17,4 @@ !g_spawn_command_line_async("xfce4-mixer", &error)) { g_warning("Unable to show dialog: %s", error->message); - g_error_free(error); - } -+ g_free (cmd); - } - - static void -- cgit v1.2.3