From 57e8d5af635b217ab49c5269ffe5eec292624a03 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 27 Jun 2011 14:26:14 +0300 Subject: [PATCH] gobex: Fix minor leak in test_recv_connect_stream --- unit/test-gobex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-gobex.c b/unit/test-gobex.c index 368a602f7..63c3962d8 100644 --- a/unit/test-gobex.c +++ b/unit/test-gobex.c @@ -246,11 +246,11 @@ static void test_recv_connect_stream(void) g_source_remove(timer_id); g_obex_unref(obex); + g_io_channel_unref(io); g_main_loop_unref(mainloop); mainloop = NULL; - g_assert_no_error(gerr); } -- 2.47.3