[tracker/extractor-dbus-fd: 7/11] Don't free iterator in steroids test



commit fc9fd82343c98094a798f319f8ac07ff3baf07d1
Author: Adrien Bustany <abustany gnome org>
Date:   Fri Jul 2 15:02:27 2010 +0200

    Don't free iterator in steroids test
    
    The iterator is freed by libtracker-client

 tests/tracker-steroids/tracker-test.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/tracker-steroids/tracker-test.c b/tests/tracker-steroids/tracker-test.c
index 2021acf..0e0824d 100644
--- a/tests/tracker-steroids/tracker-test.c
+++ b/tests/tracker-steroids/tracker-test.c
@@ -472,7 +472,6 @@ async_query_cb (TrackerResultIterator *iterator,
 
 	g_assert (i == r1->len);
 
-	tracker_result_iterator_free (iterator);
 	g_ptr_array_foreach (r1, (GFunc) g_free, NULL);
 	g_ptr_array_free (r1, TRUE);
 }



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