Hello,
I have a list object aList.
I have a 'type' object that contains a map object and a string. aSection
aList is a list of aSection.
If I call aList.clear does it unwind and free all the objects in each aSection?
Or do I need to unwind it and call clear on each map object so it can be freed when I call aList.clear?
Ciao,
Mark
I have a list object aList.
I have a 'type' object that contains a map object and a string. aSection
aList is a list of aSection.
If I call aList.clear does it unwind and free all the objects in each aSection?
Or do I need to unwind it and call clear on each map object so it can be freed when I call aList.clear?
Ciao,
Mark