tracker r1621 - branches/xesam-support/src/trackerd
- From: pvanhoof svn gnome org
- To: svn-commits-list gnome org
- Subject: tracker r1621 - branches/xesam-support/src/trackerd
- Date: Tue, 10 Jun 2008 10:09:39 +0000 (UTC)
Author: pvanhoof
Date: Tue Jun 10 10:09:39 2008
New Revision: 1621
URL: http://svn.gnome.org/viewvc/tracker?rev=1621&view=rev
Log:
Leak fix
Modified:
branches/xesam-support/src/trackerd/tracker-xesam-live-search.c
Modified: branches/xesam-support/src/trackerd/tracker-xesam-live-search.c
==============================================================================
--- branches/xesam-support/src/trackerd/tracker-xesam-live-search.c (original)
+++ branches/xesam-support/src/trackerd/tracker-xesam-live-search.c Tue Jun 10 10:09:39 2008
@@ -577,6 +577,7 @@
for (i = 0; i < rows->len; i++) {
g_slice_free (OneRow, g_ptr_array_index (rows, i));
}
+ g_ptr_array_free (rows, TRUE);
}
static inline void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]