TinkerWorX / SharpCraft-retired-

SharpCraft is a library that helps modding Warcraft III: The Frozen Throne.
GNU General Public License v2.0
40 stars 10 forks source link

Implement JASS leak detection #18

Open TinkerWorX opened 10 years ago

TinkerWorX commented 10 years ago

In JASS it's possible for handles to leak and go uncleaned and unreferenced. It would be nice if we could detect the current number of handles and perhaps clean them up with something similar to a garbage collector.