March 19, 2026
2 p.m.
On Thu Mar 19 14:00:16 2026 +0000, Daniel Lehman wrote:
@nsivov this might also be covered by your rework of DOM handling but wanted to highlight this because it led to a sizable memory leak. the xmlDoc has 3 references on the return from cloneNode. Release() reaches zero on msxml3's node but not the xmlDoc node. i can push a branch with a test if you want Yes, the way I did it now is to tracked owned nodes in the document node, while document node itself is not owned.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10335#note_132805