Index: tracker-db.c
===================================================================
--- tracker-db.c	(revision 978)
+++ tracker-db.c	(working copy)
@@ -174,11 +174,11 @@
 	apath = tracker_escape_string (path);
 	aname = tracker_escape_string (name);
 
+	res = tracker_exec_proc (db_con->index, "GetServiceID", 2, apath, aname);
+
 	g_free (aname);
 	g_free (apath);
 
-	res = tracker_exec_proc (db_con->index, "GetServiceID", 2, path, name);
-
 	g_free (name);
 	g_free (path);
 
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to