bibikurosawa / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

mount.c functions should use CloseServiceHandle where appropriate #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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