[Bug 41034] TomTom MyDrive Connect needs implementation of KERNEL32.dll.SetVolumeMountPointW

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 8 16:18:27 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=41034

--- Comment #20 from Hanno Meyer-Thurow <h.mth at web.de> ---
Just had another look at SetVolumeMountPointW. Does the anonymous struct
'input' need to be freed from heap like that? (HeapFree(GetProcessHeap(), 0,
&input);)

Is that Wine specific? Otherwise that struct is on the stack and not on heap,
isn't it? Doesn't that cause a silent heap corruption as-is? Or is that call to
HeapFree with that address simply ignored?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list