March 14, 2026
3:57 p.m.
@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 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10335#note_132271