jaraco / jaraco.windows

MIT License
29 stars 7 forks source link

Forget close handle in get_file_info function. #14

Closed appleilove closed 6 years ago

appleilove commented 6 years ago

Hi, thanks for your great work, and it seams that you forget to close handle in get_file_info function at jaraco/windows/filesystem/init.py line:254 (it should be a line 'handle_nonzero_success(api.CloseHandle(handle))' there?).

jaraco commented 6 years ago

Thanks for the report. I've released the suggested change as 3.9.2.