FormularSumo / Star-Wars-Galaxy-Collection

A remake of the discontinued Star Wars Force Collection game https://formularsumo.github.io/Star-Wars-Galaxy-Collection-Web/ https://play.google.com/store/apps/details?id=com.formularsumo.starwarsforcecollectionremake.embed
GNU Affero General Public License v3.0
6 stars 0 forks source link

Some cards not being released from memory in deck editor when updating cards on display #63

Closed FormularSumo closed 2 years ago

FormularSumo commented 2 years ago

This above commit fixes this issue, except 1 extra card is being held in memory then should be. I'm not sure there's much I can do about it though as the reason the card's not being deleted is it's deleting its own reference but can't delete itself, so remains in memory until the next time collectgarbage() is run