EnhancedChatFilterMODFix

EnhancedChatFilterMODFix

130k Downloads

Memory leak?

Rubgrsch opened this issue ยท 1 comments

commented

In some cases, fresh new config will still have 700KB memory usage starting from 7.3.0-0.

Cannot be reproduced by myself.
Need more tests.

commented

Found the reason.
When you first login or every time you change blackWordList, many temporary strings create. They will exist until next collectGarbage. Not a leak/bug.