Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount.c functions should use CloseServiceHandle where appropriate #25

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What is the expected output? What do you see instead?

This doesn't break any functionality, but it is recommended to close any 
SC_HANDLE with CloseServiceHandle, not CloseHandle.

There are at least 6 occurrences in mount.c, which should be corrected.


What version of the product are you using? On what operating system?

Windows XP SP3, dokan 0.3.9

Please provide any additional information below.


Original issue reported on code.google.com by dres.sch...@gmail.com on 20 Oct 2008 at 5:19

@GoogleCodeExporter
Copy link
Author

Thank you for your report. This issue is fixed in the next release.

Original comment by asa...@gmail.com on 9 Dec 2008 at 4:04

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant