Re: [pulseaudio-discuss] [PATCH] bluez5: Fix free order of adapters and devices

2014-11-30 Thread Tanu Kaskinen
On Fri, 2014-11-28 at 13:43 +0100, David Henningsson wrote: Because the adapters reference the devices hashmap on free, we mush free the adapters hashmap first and then the devices hashmap. Reported-by: Alexander Patrakov patra...@gmail.com Signed-off-by: David Henningsson

[pulseaudio-discuss] [PATCH] bluez5: Fix free order of adapters and devices

2014-11-28 Thread David Henningsson
Because the adapters reference the devices hashmap on free, we mush free the adapters hashmap first and then the devices hashmap. Reported-by: Alexander Patrakov patra...@gmail.com Signed-off-by: David Henningsson david.hennings...@canonical.com --- src/modules/bluetooth/bluez5-util.c | 6 +++---

Re: [pulseaudio-discuss] [PATCH] bluez5: Fix free order of adapters and devices

2014-11-28 Thread Alexander E. Patrakov
28.11.2014 19:53, I wrote: 28.11.2014 17:43, David Henningsson wrote: Because the adapters reference the devices hashmap on free, we mush free the adapters hashmap first and then the devices hashmap. I think the fix is incomplete, or there is more than one problem. Sorry for not being