ihsoft opened this issue 6 years ago ยท 0 comments
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!