Skip to content
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

Ensure correct destruction order for FileProxy. #4530

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

jellefoks
Copy link
Member

This ensures that the base::FileProxy in FileFetcher is destroyed before the TaskRunner that it's posting to from the destructor.

This may help with some of the ANRs.

b/304601532

This ensures that the base::FileProxy in FileFetcher is destroyed before
the TaskRunner that it's posting to from the destructor.

This may help with some of the ANRs.

b/304601532
@jellefoks jellefoks enabled auto-merge (squash) December 11, 2024 23:03
@jellefoks jellefoks merged commit ff8c673 into youtube:25.lts.1+ Dec 11, 2024
294 of 296 checks passed
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.

2 participants