mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-21 02:50:37 +03:00
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…
x
Reference in New Issue
Block a user