[Bug 22860] Enterprise Architect fails to create a new project or loads an existing one

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 16 20:19:52 CST 2011


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

--- Comment #51 from Nikolay Sivov <bunglehead at gmail.com> 2011-11-16 20:19:52 CST ---
(In reply to comment #50)
> 
> Pseudocode of the crash.
> 
> Create document1
> Add Nodes to document1
> 
> Create docuemnet2
> Add Nodes to document2
> Append document2.root to document1.
> 
> Release document2
> Release document1  <-- crash due to double free of a document.

Okay, I'll take a look. Just to clarify - it does
IXMLDOMDocument_appendChild(document1, document2.root, NULL), right?

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