[gnome-software] trivial: Fix an __attribute__(cleanup) function mismatch
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix an __attribute__(cleanup) function mismatch
- Date: Sun, 28 Dec 2014 19:15:01 +0000 (UTC)
commit 48794e7de218f822273d2e1e28d4e3c141d0ec20
Author: Kalev Lember <kalevlember gmail com>
Date: Sun Dec 28 19:54:47 2014 +0100
trivial: Fix an __attribute__(cleanup) function mismatch
src/plugins/gs-plugin-appstream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-appstream.c b/src/plugins/gs-plugin-appstream.c
index f800661..50c9423 100644
--- a/src/plugins/gs-plugin-appstream.c
+++ b/src/plugins/gs-plugin-appstream.c
@@ -1353,7 +1353,7 @@ gs_plugin_add_popular (GsPlugin *plugin,
GPtrArray *array;
gboolean ret = TRUE;
guint i;
- _cleanup_keyfile_unref_ GHashTable *ignore_apps = NULL;
+ _cleanup_hashtable_unref_ GHashTable *ignore_apps = NULL;
/* load XML files */
if (g_once_init_enter (&plugin->priv->done_init)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]