[xsd-users] Question on Tree FAQ

Boris Kolpackov boris at codesynthesis.com
Wed Feb 28 08:06:24 EST 2018


Iain Sharp <isharp at atis.org> writes:

>   DOMImplementation* impl (
>     DOMImplementationRegistry::getDOMImplementation (ls_id))
> 
> However, this pointer is not explicitly released in the code.

It is a "reference" to the registered implementation that's one per
process (it could have been a real reference if not for the need to
signal the "not available" condition). Thus it should not be freed.

Boris



More information about the xsd-users mailing list