Skip to content
Fx Morin edited this page Jul 16, 2022 · 13 revisions

Currently, there are 4 memory leak fixes in the mod (v0.3.5).

Client

  • The target and crosshair don't get released when going to the main menu, this in term actually causes the entire world to stay loaded.
  • Custom Payload packet's buffer leaks all the time.
  • TextureUtil allocates memory for the buffer, although when an exception happens memory is leaked.
  • Huge Screenshot allocates memory for the image, although when an exception happens memory is leaked.

Server

  • Sponge powered creates a list that is never used once the mixins are first initialized. This list can be very very large and grows with the amount of mods loaded
Clone this wiki locally