Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
I'm doing a port of my code to the Xerces 3 API and one of the issues I noted is that there are APIs such as the Base64::decode method that return a dynamic XMLByte array and still document that XMLString::release() should be used to free the result.
However, somebody removed the XMLByte version of that method from the API, so technically there isn't a correct method to call.
Either the XMLByte version should be added back, or the affected APIs should be changed to not require it.