Commit d31a0e8e7599bfb691616f7c59ff8d39b982aa55

Nick Wellnhofer 2023-02-15T14:47:29

malloc-fail: Fix memory leak after calling xmlXPathWrapString Destroy the string in xmlXPathWrapString if the function fails. This is somewhat dangerous but matches the expectations of users. Found with libFuzzer, see #344.