Hello Justin,
There is an issue with the way provider termination is
handled.
If a provider is using a references of object of other
providers (as
Certificate), during termination QCA simply delete all
providers...
But then the destructor cannot delete references since these
are no
longer valid.
I suggest you add term() to Provider class, just like
init().
You QCA will call all term() methods of all providers, and
only then
delete them.
Alon.
_______________________________________________
delta mailing list
delta lists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com
a>
|