- Joined
- Apr 2, 2006
- Messages
- 32
Say I have a struct similar to the following with some location members:
...would destroying the struct and not using "call RemoveLocation(...)" clean the locations after being used?
Or would they still cause leaks and require the remove function?
JASS:
struct somestruct
location l1
location l2
location l3
endstruct
Or would they still cause leaks and require the remove function?