[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.19-284-g1184666
Colin Guthrie
gitmailer-noreply at 0pointer.de
Mon Nov 30 06:58:03 PST 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 0fcdc3d15d759e576ba3d71cc874c1036dcd36a0 (commit)
- Log -----------------------------------------------------------------
1184666 Merge remote branch 'tanuk/master'
e064d27 Merge branch 'master' of git://0pointer.de/pulseaudio
ce033e7 dbusiface-client: Fix the destructor (stop leaking stuff).
-----------------------------------------------------------------------
Summary of changes:
src/modules/dbus/iface-client.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit ce033e7f3a0b6073f8f1423deb656656cfe94bbb
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Oct 9 19:44:37 2009 +0300
dbusiface-client: Fix the destructor (stop leaking stuff).
diff --git a/src/modules/dbus/iface-client.c b/src/modules/dbus/iface-client.c
index 546370f..2b6f0d0 100644
--- a/src/modules/dbus/iface-client.c
+++ b/src/modules/dbus/iface-client.c
@@ -446,7 +446,9 @@ void pa_dbusiface_client_free(pa_dbusiface_client *c) {
pa_assert_se(pa_dbus_protocol_remove_interface(c->dbus_protocol, c->path, client_interface_info.name) >= 0);
+ pa_proplist_free(c->proplist);
pa_dbus_protocol_unref(c->dbus_protocol);
+ pa_subscription_free(c->subscription);
pa_xfree(c->path);
pa_xfree(c);
commit e064d270049ba9e6e4e82649eff245470a75c939
Merge: ce033e7 c9375aa
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Tue Oct 13 18:42:47 2009 +0300
Merge branch 'master' of git://0pointer.de/pulseaudio
commit 118466638aa651eac0d20513d348ddcc446bb5e6
Merge: 0fcdc3d e064d27
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Mon Nov 30 14:55:57 2009 +0000
Merge remote branch 'tanuk/master'
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list