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

fix memory leak fixes not working for MP #590

Merged
merged 1 commit into from
Jan 10, 2025
Merged

fix memory leak fixes not working for MP #590

merged 1 commit into from
Jan 10, 2025

Conversation

Glease
Copy link

@Glease Glease commented Jan 10, 2025

#258 addresses the memory leak in ItemMobSpawner. Unfortunately the clean up handler is not consistently called on every world unloaded. This PR fixes this issue by moving the call out of that if block.

@Glease Glease requested a review from a team January 10, 2025 08:51
@Glease Glease merged commit 31173a1 into master Jan 10, 2025
1 check passed
@Glease Glease deleted the fix/leak-mp branch January 10, 2025 09:11
ChrisJStone pushed a commit to PFAA-Updates/NotEnoughItems that referenced this pull request Jan 10, 2025
GTNewHorizons#258 addresses the memory leak in ItemMobSpawner. Unfortunately the clean up handler is not consistently called on every world unloaded. This PR fixes this issue by moving the call out of that if block

(cherry picked from commit 31173a1)
ChrisJStone added a commit to PFAA-Updates/NotEnoughItems that referenced this pull request Jan 10, 2025
Update to PFAA build includes the following cherry-picked commits

Add 'Hide Item List Until Searching' option (GTNewHorizons#572)
update
Fix NPE in ItemsTooltipLineHandler (GTNewHorizons#589)
fix memory leak fixes not working for MP (GTNewHorizons#590)
@Dream-Master Dream-Master added the safe for stable Bugfix with low break chance for patch releases label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe for stable Bugfix with low break chance for patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants