[gnome-software/wip/iainl/ubuntu-xenial: 272/287] Wrap the g_autofrees
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/iainl/ubuntu-xenial: 272/287] Wrap the g_autofrees
- Date: Tue, 12 Apr 2016 10:01:02 +0000 (UTC)
commit 62cbc0dc53c0bb4d011e9af04a99b90c8f90406e
Author: Iain Lane <iain orangesquash org uk>
Date: Mon Apr 11 09:26:07 2016 +0100
Wrap the g_autofrees
src/plugins/gs-plugin-apt.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index dddcaef..ac61897 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -402,7 +402,12 @@ done:
static void
get_changelog (GsPlugin *plugin, GsApp *app)
{
- g_autofree gchar *source_prefix = NULL, *uri = NULL, *changelog_prefix = NULL, *binary_source = NULL,
*current_version = NULL, *update_version = NULL;
+ g_autofree gchar *source_prefix = NULL,
+ *uri = NULL,
+ *changelog_prefix = NULL,
+ *binary_source = NULL,
+ *current_version = NULL,
+ *update_version = NULL;
g_autoptr(SoupMessage) msg = NULL;
guint status_code;
g_auto(GStrv) lines = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]