[tracker/error-handling] Squash this with the temporary commits



commit 897ca2d124588bc99ab2f5f037911d691c57b49b
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Feb 8 17:53:29 2011 +0100

    Squash this with the temporary commits

 src/libtracker-data/tracker-data-manager.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/libtracker-data/tracker-data-manager.c b/src/libtracker-data/tracker-data-manager.c
index 111330c..515777d 100644
--- a/src/libtracker-data/tracker-data-manager.c
+++ b/src/libtracker-data/tracker-data-manager.c
@@ -2623,7 +2623,7 @@ create_decomposed_metadata_tables (TrackerDBInterface  *iface,
 	GString          *in_col_sql = NULL;
 	GString          *sel_col_sql = NULL;
 	TrackerProperty **properties, *property, **domain_indexes;
-	GSList           *class_properties, *field_it;
+	GSList           *class_properties = NULL, *field_it;
 	gboolean          main_class;
 	gint              i, n_props;
 	gboolean          in_alter = in_update;
@@ -2673,8 +2673,6 @@ create_decomposed_metadata_tables (TrackerDBInterface  *iface,
 	properties = tracker_ontologies_get_properties (&n_props);
 	domain_indexes = tracker_class_get_domain_indexes (service);
 
-	class_properties = NULL;
-
 	for (i = 0; i < n_props; i++) {
 		gboolean is_domain_index;
 



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