Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
923: Add probable fix of memory leak in trampoline code r=MarkMcCaskey a=MarkMcCaskey might be what's needed for #810 ; but despite my best efforts I could not get asan working on osx, so I did not test it. By my count this accounts for 40 bytes, so there may be another issue edit: unless Rust is optimizing out turning a zero-sized type into a Box, in which case, this should account for 48 bytes Co-authored-by: Mark McCaskey <[email protected]>
- Loading branch information