http://bugs.winehq.org/show_bug.cgi?id=36429
--- Comment #1 from Vincent Povirk madewokherd@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.