furkanarabaci / KeyHelperForms

A Keyhelper for Silkroad Online - Warriors Way Online
MIT License
2 stars 2 forks source link

Fix possible memory leak #6

Closed furkanarabaci closed 6 years ago

furkanarabaci commented 6 years ago

When you log in to a character and log out afterwards, it does not delete that character from CharacterList. Garbage collector doesn't destroy it because of that.

furkanarabaci commented 6 years ago

Done. Now the listview is STRICTLY binded to characterHandler.Characters array.