https://bugs.winehq.org/show_bug.cgi?id=53926
--- Comment #3 from Dmitry Timoshkov dmitry@baikal.ru --- Created attachment 73670 --> https://bugs.winehq.org/attachment.cgi?id=73670 typo fixes
(In reply to Zeb Figura from comment #2)
Thanks for the detailed report. I've submitted a merge request that should hopefully fix this:
https://gitlab.winehq.org/wine/wine/-/merge_requests/1800/diffs
Thank you very much for working on this. This patch on top of 1799 fixes the application that I have here.
With the attached test it seems to get past that error, but then crashes at the "IUnknown_Release(unk)" on line 550. Since "unk" was never properly initialized I'm assuming that's the "correct" behaviour, but I never bothered testing with the old typelib marshaller.
Oops, somehow I missed the crash while creating the test under Windows, it wasn't intentional, sorry about that.
While investigating some other problem (not related to this bug report) I've found a couple of other typos besides the ones fixed in MR 1799, see attached diff. Feel free to integrate them as well.