Commit 8536130aa27b0cee65fbffa9abfdcdbce6e7821f

Ryan C. Gordon 2018-02-28T01:23:49

assert: Use TerminateProcess() on Windows, vs ExitProcess (thanks, Jack!). "What I have done is use TerminateProcess rather than ExitProcess. ExitProcess will cause Microsoft's leak detection to continue, TerminateProcess won't. It is also technically wrong to use ExitProcess in the case of aborting the application. Jack Powell Twitter @jack9267"