[Bug 44265] Options dialog triggers exception upon close in Windows Media Player 6.4

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 1 11:46:37 CST 2018


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

--- Comment #2 from Nikolay Sivov <bunglehead at gmail.com> ---
Created attachment 60086
  --> https://bugs.winehq.org/attachment.cgi?id=60086
patch

This looks like a bug in some application component IPropertyPage -
SetPageSite(NULL) releases our site instance, but doesn't reset its pointer, so
later on Release() site is released again. This needs a simple interactive test
to confirm that SetPageSite(NULL) is never called.

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