cli.args crashes with exit code 1 on Windows #42
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After the introduction of the new memory allocator, cli.args triggers the safety check in the mem.free function on Windows.
All programs using the function return with exit code 1.
Fixed in
f28e97add6.