[tracker/evolution] Found a crash for code that isn't strictly necessary
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/evolution] Found a crash for code that isn't strictly necessary
- Date: Thu, 24 Sep 2009 09:31:01 +0000 (UTC)
commit 1086e03889f9f9d8eeda036184b09b0095779496
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Sep 24 11:29:47 2009 +0200
Found a crash for code that isn't strictly necessary
src/plugins/evolution/tracker-evolution-plugin.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/evolution/tracker-evolution-plugin.c b/src/plugins/evolution/tracker-evolution-plugin.c
index 066f6c3..c5c82a9 100644
--- a/src/plugins/evolution/tracker-evolution-plugin.c
+++ b/src/plugins/evolution/tracker-evolution-plugin.c
@@ -753,12 +753,16 @@ on_folder_summary_changed (CamelFolder *folder,
send_sparql_update (info->self, tracker_sparql_builder_get_result (sparql));
+/*
+ I saw a crash here, can't figure out why, it was
+ in strcmp of g_object_set (maybe multi-threading
+ of Camel is involved?)
g_object_set (info->self, "progress",
(gdouble) (merged->len - i) / merged->len,
"status", _("Updating"),
NULL);
-
+*/
g_object_unref (sparql);
g_free (uri);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]