mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
core: Fix a minor memory leak
This commit is contained in:
parent
53191e4c8e
commit
115626c264
@ -304,6 +304,7 @@ resolve_rev (OstreeRepo *self,
|
||||
{
|
||||
if (allow_noent && g_error_matches (temp_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND))
|
||||
{
|
||||
g_clear_error (&temp_error);
|
||||
g_free (ret_rev);
|
||||
ret_rev = NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user