darkerz7 / CSGO-Plugins

My Plugins
47 stars 34 forks source link

A possible memory leak problem(To your Entwatch plugin) #42

Closed tenshi97 closed 2 years ago

tenshi97 commented 2 years ago

According to my tests and statistics, there may be a problem with arraylist,that is:if you only use the method .clear(), it will not clear the data from memory, which will cause entwatch plugin's memory use expanding and finally causing memory leak. Maybe you should use Closehandle at every mapend and createarray at every mapstart

darkerz7 commented 2 years ago

Fixed

tenshi97 commented 2 years ago

there may be same problems with the music plugin