Re: [pulseaudio-discuss] [PATCH] bluez5-util: Fix segfault during shutdown of daemon

2017-04-21 Thread Tanu Kaskinen
On Sun, 2017-04-16 at 13:27 +0200, Georg Chini wrote: > If a HFP audio gateway was connected via the ofono backend, pulse would > segfault during shutdown of the daemon. pa_bluetooth_discovery_unref() > removed the devices before the ofono backend was freed. Because the > ofono backend keeps its ow

[pulseaudio-discuss] [PATCH] bluez5-util: Fix segfault during shutdown of daemon

2017-04-16 Thread Georg Chini
If a HFP audio gateway was connected via the ofono backend, pulse would segfault during shutdown of the daemon. pa_bluetooth_discovery_unref() removed the devices before the ofono backend was freed. Because the ofono backend keeps its own list of transports, transport_free() was then called during