From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- android/hog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/hog.c b/android/hog.c index 2cce4e9..5a758f3 100644 --- a/android/hog.c +++ b/android/hog.c @@ -712,6 +712,8 @@ static void hog_free(void *data) { struct bt_hog *hog = data; + bt_hog_detach(hog); + g_slist_free_full(hog->instances, hog_free); bt_scpp_unref(hog->scpp); @@ -719,7 +721,6 @@ static void hog_free(void *data) bt_bas_unref(hog->bas); bt_uhid_unref(hog->uhid); g_slist_free_full(hog->reports, report_free); - g_attrib_unref(hog->attrib); g_free(hog->name); g_free(hog->primary); g_free(hog); -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html