msxml3: Don't free namespace data tracked in a tree

Nikolay Sivov nsivov at codeweavers.com
Tue Jun 22 17:37:26 CDT 2010


Fixes regression from ea9a6a4b4e33cc8f56bc7835f7f05146487fb5d2.

Looking at libxml2 code, I shouldn't free returned pointer, cause even 
if namespace isn't created already in tree, it will be created and 
linked to a node. So data is freed when a node is freed.

Fixes a crash here http://bugs.winehq.org/show_bug.cgi?id=17188

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0003-Don-t-free-namespace-data-tracked-in-a-tree.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100623/17b9e312/attachment.asc>


More information about the wine-patches mailing list