Skip to content

Fix Memory Leak Fix (#2823)#2839

Merged
Zorbatron merged 2 commits into
GregTechCEu:masterfrom
ghzdude:gh/fix-mem-leak-fix
Jul 4, 2025
Merged

Fix Memory Leak Fix (#2823)#2839
Zorbatron merged 2 commits into
GregTechCEu:masterfrom
ghzdude:gh/fix-mem-leak-fix

Conversation

@ghzdude

@ghzdude ghzdude commented Jul 3, 2025

Copy link
Copy Markdown
Contributor

What

Fixes a small oversight introduced in #2823 where small data packets would never be sent to the client because canNotifyWorld() defaults to false.

Implementation Details

return true instead of false
replace literal 10 with a named constant

Outcome

machines actually update the client

@ghzdude ghzdude requested a review from a team as a code owner July 3, 2025 04:45
@ghzdude ghzdude added type: bug Something isn't working ignore changelog PR should not be added to the changelog. labels Jul 3, 2025
@Zorbatron Zorbatron added type: bug Something isn't working and removed type: bug Something isn't working labels Jul 4, 2025
@Zorbatron

Copy link
Copy Markdown
Member

I removed and re-added the bug label because the label check was stuck

@Zorbatron Zorbatron merged commit 36af0e3 into GregTechCEu:master Jul 4, 2025
5 of 6 checks passed
MCTian-mi added a commit to SymmetricDevs/Susy-Core that referenced this pull request Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore changelog PR should not be added to the changelog. type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants