Diff between 977ada52333e16641f8272a6d5233cb0104cd00a and 6dd672739d744c275bbd5daa5954293203963cb6
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog_device.c | +1 | -0 | modified |
Full Patch
diff --git a/profiles/input/hog_device.c b/profiles/input/hog_device.c
index 541bfc7..8fdc3c6 100644
--- a/profiles/input/hog_device.c
+++ b/profiles/input/hog_device.c
@@ -706,6 +706,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);
}