[Bug 17188] Oracle Web Conferencing Console installer resources cannot be properly loaded

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 23 02:57:42 CDT 2010


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

--- Comment #12 from Nikolay Sivov <bunglehead at gmail.com> 2010-09-23 02:57:41 CDT ---
Probably it does:

- create doc;
- get IPersistStreamInit
- release doc;
- ::Load() from streaminit;
- get a doc pointer back.

This isn't handled, probably we need to create a doc again on ::Load() if it
was freed (we could see if it's freed zeroing streaminit->doc on document
release).

So I hope I'll get into it again later today.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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