[Rhythmbox-devel] Fix key_file_unref
- From: Thomas Meyer <thomas m3y3r de>
- To: rhythmbox-devel gnome org
- Subject: [Rhythmbox-devel] Fix key_file_unref
- Date: Sat, 25 Feb 2012 15:44:34 +0100
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]