Kerbal Inventory System (KIS)

Kerbal Inventory System (KIS)

1M Downloads

KIS_Item icon is not properly released

ihsoft opened this issue ยท 0 comments

commented

When an item is destroyed via third-party code (e.g. from OSI workshop) the icon viewer resources are not get released. It produces a resources leak.

KIS_Item item = someItem;
item.StackRemove(item.quantity);  // LEAK!