[tracker/tracker-0.10] Fix crash in case of error in MeeGo Harmattan locale handling



commit 19b6b7ef5a7084b7a817e37e1ec7b7d609c0293a
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]