Hi,
I am using a TXMLDo***ent VCL component in my project.
The xml file that is loaded contains a dynamic list of nodes that is added
and deleted.
I discovered that when I do a remove node, the memory usage does not drop
-
meaning - the memory will keep on increasing as nodes are being added, but
memory does not free when it is deleted.
My walkaround is so to do a reload - SaveToFile( ) and then
LoadFromFile( ).
I do not think this is the right way to do.
Please advise.
Thank you.