[libgdata/libgdata-0-7] youtube: Fix another leak in the test suite



commit 2367f07cd57f65e50b2537a7a2f4fff68d705d50
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Dec 11 15:58:09 2010 +0000

    youtube: Fix another leak in the test suite

 gdata/tests/youtube.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gdata/tests/youtube.c b/gdata/tests/youtube.c
index c4936c6..180b2ae 100644
--- a/gdata/tests/youtube.c
+++ b/gdata/tests/youtube.c
@@ -1053,6 +1053,7 @@ test_batch_async_cancellation (BatchData *data, gconstpointer service)
 	g_main_loop_run (main_loop);
 	g_main_loop_unref (main_loop);
 	g_object_unref (cancellable);
+	g_object_unref (operation);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]