[Bug 36429] valgrind shows a possible leak in shell32/tests/assoc.c

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 8 16:26:50 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36429

--- Comment #1 from Vincent Povirk <madewokherd at gmail.com> ---
Not sure it makes sense to worry about the ones from "apartment_getclassobject
(compobj.c:526)". These are cases where ole32 couldn't unload a library because
either no one called CoUninitialize or the library's DllCanUnloadNow returned
S_FALSE.

In this case, DllCanUnloadNow is unimplemented in shell32 and always returns
S_FALSE.

-- 
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