Skip to content

Commit

Permalink
Fix the bt-ic test
Browse files Browse the repository at this point in the history
The ref count behavious is not consistent, but lets at least reflect in
the test what we do (and docuemnt).
  • Loading branch information
Stefan Sauer committed Feb 3, 2024
1 parent 92d32c2 commit e8efbbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lib/ic/e-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ START_TEST (test_btic_device_get_control_by_id)
ck_assert (control != NULL);

GST_INFO ("-- cleanup --");
g_object_unref (control);
g_object_unref (device);
BT_TEST_END;
}
Expand Down

0 comments on commit e8efbbc

Please sign in to comment.