mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
Merge pull request #2561 from pwithnall/pull-leak
ostree-repo-pull: Take correct out path on error
This commit is contained in:
commit
566fa59753
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user