Diff between 8005be3b8a0146f5231f6c34824b344545504931 and 57e8d5af635b217ab49c5269ffe5eec292624a03

Changed Files

File Additions Deletions Status
unit/test-gobex.c +1 -1 modified

Full Patch

diff --git a/unit/test-gobex.c b/unit/test-gobex.c
index 368a602..63c3962 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);
 }