Re: [pulseaudio-discuss] [RFCv0 07/21] bluetooth: Monitor D-Bus signals

2014-05-29 Thread Tanu Kaskinen
On Tue, 2014-02-04 at 19:03 -0300, jprv...@gmail.com wrote: @@ -135,7 +166,24 @@ void hf_audio_agent_done(hf_audio_agent_data *data) { pa_assert(hfdata); +if (hfdata-hf_audio_cards) { +pa_hashmap_free(hfdata-hf_audio_cards); +hfdata-hf_audio_cards = NULL; +

[pulseaudio-discuss] [RFCv0 07/21] bluetooth: Monitor D-Bus signals

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 48 ++ 1 file changed, 48 insertions(+) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index af78d4d..49dd53a