[rhythmbox] shell: don't use g_key_file_unref



commit 827e219b330ff0ade1dba810de8b034cc655767b
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Feb 26 08:31:47 2012 +1000

    shell: don't use g_key_file_unref

 shell/rb-shell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index 71ca243..30e47ce 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -1055,7 +1055,7 @@ construct_plugins (RBShell *shell)
 			rb_debug ("couldn't load plugin file %s", kf_path);
 		}
 		g_free (kf_path);
-		g_key_file_unref (keyfile);
+		g_key_file_free (keyfile);
 	}
 
 	if (new_plugins != NULL) {



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