Leaks are the word used for Memory Leaks. Meaning that memory is unaccecable but stored. Thus meaning loss of speed etc.
When you don't remove a handle inside a variable or store a handle in a variable for later use, that handle will let go and will be in a such state where it cannot be retrived. If this happens alot it will lead to lagg. So Leak = Handles leaking out in to never be taken back.
All handles are auto destroyed uppon map quit.
So YES. JASS still leaks. Everything you do leaks, just remember to store->Destroy.