From e8efbbc7bf1fba7a03c45657934e32ceb5530ae5 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sat, 3 Feb 2024 14:54:39 +0100 Subject: [PATCH] Fix the bt-ic test The ref count behavious is not consistent, but lets at least reflect in the test what we do (and docuemnt). --- tests/lib/ic/e-device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/ic/e-device.c b/tests/lib/ic/e-device.c index ffa5f7e74..725b6935b 100644 --- a/tests/lib/ic/e-device.c +++ b/tests/lib/ic/e-device.c @@ -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; }