Skip to content
Snippets Groups Projects
Commit 6976bf60 authored by Simon Tatham's avatar Simon Tatham
Browse files

Fix confusion between invalid Windows HANDLE values.

I was checking a HANDLE against INVALID_HANDLE_VALUE to decide whether
it should be closed. But ten lines further up, I was setting it
manually to NULL to suppress the close. Oops.

(cherry picked from commit 155d8121)
parent bf67ce44
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment