Skip to content

fix(imex): transfer::get_backup must always free ongoing process #4249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

flub
Copy link
Contributor

@flub flub commented Mar 30, 2023

When the ongoing process is cancelled it is still the responsibility
of whoever took out the ongoing process to free it. This code was
only freeing the ongoing process when completed normally but not when
cancelled.

flub added 2 commits March 30, 2023 10:58
When the ongoing process is cancelled it is still the responsibility
of whoever took out the ongoing process to free it.  This code was
only freeing the ongoing process when completed normally but not when
cancelled.
@iequidoo
Copy link
Collaborator

I guess this PR isn't needed because of #4248?

@flub
Copy link
Contributor Author

flub commented Mar 30, 2023

I guess this PR isn't needed because of #4248?

This is still needed. This targets stable-1.112, #4248 targets master.

@link2xt
Copy link
Collaborator

link2xt commented Mar 30, 2023

Is it fixing #4192?

@link2xt link2xt merged commit ef63e01 into stable-1.112 Mar 30, 2023
@link2xt link2xt deleted the flub/get-backup-free-ongoing branch March 30, 2023 20:23
@flub
Copy link
Contributor Author

flub commented Mar 31, 2023

Is it fixing #4192?

I think it's part of it. But I'm not yet confident enough it fixes the entire issue and want to try do more testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants