Merge pull request #2561 from pwithnall/pull-leak

ostree-repo-pull: Take correct out path on error
This commit is contained in:
Colin Walters 2022-03-08 11:22:42 -05:00 committed by GitHub
commit 566fa59753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4020,7 +4020,7 @@ ostree_repo_pull_with_options (OstreeRepo *self,
&pull_data->signapi_commit_verifiers,
&pull_data->signapi_summary_verifiers,
error))
return FALSE;
goto out;
}
pull_data->phase = OSTREE_PULL_PHASE_FETCHING_REFS;