https://bugs.winehq.org/show_bug.cgi?id=43377
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #4 from François Gouget fgouget@codeweavers.com --- The msxml3:domdoc crash is fixed:
commit 0e87427500b1564ebdaa0a7ad7f627dce2762be9 Author: Francois Gouget fgouget@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@codeweavers.com Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
(unfortunately another bug was introduced in the test a couple of days later that causes it to crash on Windows this time)