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)
|
if (context)
|
||||||
g_option_context_free (context);
|
g_option_context_free (context);
|
||||||
if (config)
|
if (config)
|
||||||
g_key_file_unref (config);
|
g_key_file_free (config);
|
||||||
g_clear_object (&repo);
|
g_clear_object (&repo);
|
||||||
g_clear_object (&checkout);
|
g_clear_object (&checkout);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue