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

Core: Stop leaking file loaders #18244

Merged
merged 1 commit into from Sep 26, 2023

Conversation

unknownbrackets
Copy link
Collaborator

Also fixes remote disc streaming caching getting invalidated constantly.

I didn't really test the disc swap behavior. But some refactoring broke this so the pointer was just never remembered and therefore never freed. This caused the remote disc streaming cache to never get flushed, and also never unlock, so it always had to reload cache every time.

Had been wondering why remote disc streaming performance got so much worse but thought it was my my devices or something on my network, until I realized it was logging that the cache couldn't be locked.

-[Unknown]

Also fixes remote disc streaming caching getting invalidated constantly.
@hrydgard hrydgard added this to the v1.16.5 milestone Sep 26, 2023
@hrydgard hrydgard merged commit cc61654 into hrydgard:master Sep 26, 2023
18 checks passed
@unknownbrackets unknownbrackets deleted the fileloader-leak branch September 26, 2023 07:25
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.

None yet

2 participants