[tracker/journal-rotating] memleakfix squash
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/journal-rotating] memleakfix squash
- Date: Mon, 10 May 2010 15:55:21 +0000 (UTC)
commit 077247dc6415dd22546aedcd990e14f0ec2a0d9e
Author: Philip Van Hoof <philip codeminded be>
Date: Mon May 10 17:54:16 2010 +0200
memleakfix squash
src/tracker-control/tracker-control.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/tracker-control/tracker-control.c b/src/tracker-control/tracker-control.c
index 0e2be7e..61aed09 100644
--- a/src/tracker-control/tracker-control.c
+++ b/src/tracker-control/tracker-control.c
@@ -447,6 +447,7 @@ main (int argc, char **argv)
/* This call is needed to set the journal's filename */
tracker_db_journal_init (NULL, FALSE, do_rotating, chunk_size, rotate_to);
+ g_free (rotate_to);
g_free (tracker_store_config);
g_key_file_free (key_file);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]