OpToSoapDomComv.TRefCache.FNodes contains references to non-existing XMLNodes
- by Bascy
In our D2007 application we are using a Webservice, accessed with a THTTPRIO object.
When the TDatamodule containing the THTTPRIO object is Destroyed an access violation occurs.
This AV is raised when the TSoapDOMConvert is freed, which in turn executes:
TRefCache(RefMap[0].Instance).Free
calling
destructor TRefCache.Destroy;
begin
…