HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

strings

12-10-2004, 12:24 PM#1
a thing
Do strings leak if not set to null?
12-10-2004, 03:43 PM#2
th15
I think only handles need to be cleaned manually. Thing is, I'm not sure if strings are considered handles. They aren't a primitive datatype, that much I know. Best to ask one of the JASS coders.
12-10-2004, 04:07 PM#3
Anitarf
If I remember correctly, in the mem-leak tutorial, strings were listed as non-handle objects together with integers, reals, unit-types...