Module: wine Branch: master Commit: 70dcbe73acb6357cf60aca21d6442459ebf91db0 URL: https://gitlab.winehq.org/wine/wine/-/commit/70dcbe73acb6357cf60aca21d644245...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Wed Sep 20 16:14:30 2023 +0300
mshtml: Use the dispex's destructor for all nodes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlanchor.c | 2 +- dlls/mshtml/htmlarea.c | 2 +- dlls/mshtml/htmlbody.c | 2 +- dlls/mshtml/htmlcomment.c | 2 +- dlls/mshtml/htmldoc.c | 23 ++++++++++------------- dlls/mshtml/htmlelem.c | 7 ++++--- dlls/mshtml/htmlevent.h | 1 - dlls/mshtml/htmlform.c | 2 +- dlls/mshtml/htmlframe.c | 14 +++++++------- dlls/mshtml/htmlgeneric.c | 2 +- dlls/mshtml/htmlhead.c | 8 ++++---- dlls/mshtml/htmlimg.c | 2 +- dlls/mshtml/htmlinput.c | 6 +++--- dlls/mshtml/htmllink.c | 2 +- dlls/mshtml/htmlnode.c | 2 -- dlls/mshtml/htmlobject.c | 10 +++++----- dlls/mshtml/htmlscript.c | 8 ++++---- dlls/mshtml/htmlselect.c | 4 ++-- dlls/mshtml/htmlstyleelem.c | 13 ++++--------- dlls/mshtml/htmltable.c | 6 +++--- dlls/mshtml/htmltextarea.c | 2 +- dlls/mshtml/mshtml_private.h | 3 +-- dlls/mshtml/svg.c | 8 ++++---- 23 files changed, 60 insertions(+), 71 deletions(-)