dominion-dev / dominion-ecs-java

Insanely fast ECS (Entity Component System) for Java
https://dominion-dev.github.io
MIT License
288 stars 17 forks source link

free old memory when moving stack on increase #182

Closed jonathanlauper closed 11 months ago

jonathanlauper commented 11 months ago

When moving the stack to a new location, the old memory is never freed.

enricostara commented 11 months ago

thanks @jonathanlauper for your patch!