Fix build failure on g_autoptr(gchar) with glib master

This was removed in favour of g_autofree
This commit is contained in:
Alexander Larsson 2015-03-20 15:36:56 +01:00
parent da918a74d5
commit d26359f823
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ print_signature (OstreeGpgVerifyResult *result,
g_autoptr(GVariant) variant = NULL;
g_autoptr(GDateTime) date_time_utc = NULL;
g_autoptr(GDateTime) date_time_local = NULL;
g_autoptr(gchar) formatted_date_time = NULL;
g_autofree char *formatted_date_time = NULL;
gint64 timestamp;
gint64 exp_timestamp;
const char *fingerprint;