]> git.proxmox.com Git - wasi-libc.git/commit
Don't call `free` on paths which are about to call `_Exit`. (#161)
authorDan Gohman <sunfish@mozilla.com>
Fri, 14 Feb 2020 22:02:59 +0000 (14:02 -0800)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 22:02:59 +0000 (14:02 -0800)
commit2c2fc9a2fddd0927a66f1c142e65c8dab6f5c5d7
treedeb32a7e20dd025efcdd76607c33be61708b4465
parentc6f2c0517f6121c594dffcfe061ae3ade8c1921e
Don't call `free` on paths which are about to call `_Exit`. (#161)

This is a minor code-size optimization.
libc-bottom-half/libpreopen/libpreopen.c