[Rhythmbox-devel] Fix key_file_unref



Hello,

unref -> free.

kind regards
thomas



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]