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) {
_______________________________________________ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel