[tracker] Fix crash in case of error in MeeGo Harmattan locale	handling
- From: Philip Van Hoof <pvanhoof src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [tracker] Fix crash in case of error in MeeGo Harmattan locale	handling
 
- Date: Fri, 26 Aug 2011 14:03:33 +0000 (UTC)
 
commit 347b6a979267a10d810dd462761783ebe9bfb21c
Author: Philip Van Hoof <philip codeminded be>
Date:   Fri Aug 26 16:02:39 2011 +0200
    Fix crash in case of error in MeeGo Harmattan locale handling
    
    Fixes NB#276830.
 src/libtracker-common/tracker-locale-gconfdbus.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-common/tracker-locale-gconfdbus.c b/src/libtracker-common/tracker-locale-gconfdbus.c
index 94c9d07..6cfe19a 100644
--- a/src/libtracker-common/tracker-locale-gconfdbus.c
+++ b/src/libtracker-common/tracker-locale-gconfdbus.c
@@ -234,7 +234,6 @@ get_value_from_config (const gchar *key_in)
 	                                     &error);
 
 	if (error) {
-		g_variant_unref (reply);
 		g_critical ("%s", error->message);
 		g_clear_error (&error);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]