core: Fix build with glib 2.30
This commit is contained in:
parent
e4a8425120
commit
6e05f78f12
|
|
@ -97,7 +97,7 @@ ostree_builtin_remote (int argc, char **argv, const char *repo_path, GError **er
|
|||
if (context)
|
||||
g_option_context_free (context);
|
||||
if (config)
|
||||
g_key_file_unref (config);
|
||||
g_key_file_free (config);
|
||||
g_clear_object (&repo);
|
||||
g_clear_object (&checkout);
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Reference in New Issue