--- profiles/input/hog_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/input/hog_device.c b/profiles/input/hog_device.c index 0a5fb58..a873eac 100644 --- a/profiles/input/hog_device.c +++ b/profiles/input/hog_device.c @@ -705,6 +705,7 @@ static void hog_device_free(struct hog_device *hogdev) { btd_device_unref(hogdev->device); g_slist_free_full(hogdev->reports, report_free); + g_attrib_unref(hogdev->attrib); g_free(hogdev->hog_primary); g_free(hogdev); } -- 1.7.9.5 -- 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