tracker r1462 - branches/xesam-support/src/trackerd
- From: pvanhoof svn gnome org
- To: svn-commits-list gnome org
- Subject: tracker r1462 - branches/xesam-support/src/trackerd
- Date: Tue, 20 May 2008 11:56:11 +0000 (UTC)
Author: pvanhoof
Date: Tue May 20 11:56:11 2008
New Revision: 1462
URL: http://svn.gnome.org/viewvc/tracker?rev=1462&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 May 20 11:56:11 2008
@@ -764,6 +764,9 @@
g_free (str);
g_error_free (parse_error);
+ g_free (priv->from_sql);
+ g_free (priv->where_sql);
+
priv->from_sql = orig_from;
priv->where_sql = orig_where;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]