Commit 85bc313e7996c06d52b6f6f5c6a467ff3a148e75

Nick Wellnhofer 2023-02-15T13:49:28

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