https://bugs.winehq.org/show_bug.cgi?id=43377 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from François Gouget <fgouget(a)codeweavers.com> --- The msxml3:domdoc crash is fixed: commit 0e87427500b1564ebdaa0a7ad7f627dce2762be9 Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu May 6 18:08:06 2021 +0300 msxml3: Refcount the domdoc/xmldoc properties. Multiple domdoc and xmlDoc objects may need to share a common properties object but may be released independently. So add a reference count on the properties object. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43377 Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (unfortunately another bug was introduced in the test a couple of days later that causes it to crash on Windows this time) -- 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.