Commit 9afb6c5fb86a0dca167b6ae60aa05211a25e435f

Nick Wellnhofer 2023-03-05T14:09:49

malloc-fail: Fix memory leak in WXS_ADD_{LOCAL,GLOBAL} It's somewhat dangerous to add the cleanup code to a macro, but otherwise we'd have to fix all the call sites. Found with libFuzzer, see #344.