Fix key_file_unref
Thomas Meyer <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.rhythmbox.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, unref -> free. kind regards thomas _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
fix-key-file-free.patch
(text/x-patch, 360 B)
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) {