Module: wine Branch: master Commit: 5c00a8a330b926fbc09c4dcc697d15e2863f2731 URL: https://gitlab.winehq.org/wine/wine/-/commit/5c00a8a330b926fbc09c4dcc697d15e...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Nov 23 20:02:13 2022 -0700
mshtml: Use standard C functions for memory allocation.
---
dlls/mshtml/conpoint.c | 14 ++--- dlls/mshtml/dispex.c | 62 +++++++++--------- dlls/mshtml/editor.c | 16 ++--- dlls/mshtml/htmlanchor.c | 2 +- dlls/mshtml/htmlarea.c | 2 +- dlls/mshtml/htmlattr.c | 8 +-- dlls/mshtml/htmlbody.c | 2 +- dlls/mshtml/htmlcomment.c | 2 +- dlls/mshtml/htmlcurstyle.c | 2 +- dlls/mshtml/htmldoc.c | 28 ++++----- dlls/mshtml/htmlelem.c | 44 ++++++------- dlls/mshtml/htmlelemcol.c | 34 +++++----- dlls/mshtml/htmlevent.c | 46 +++++++------- dlls/mshtml/htmlform.c | 6 +- dlls/mshtml/htmlframe.c | 4 +- dlls/mshtml/htmlgeneric.c | 2 +- dlls/mshtml/htmlhead.c | 8 +-- dlls/mshtml/htmlimg.c | 6 +- dlls/mshtml/htmlinput.c | 6 +- dlls/mshtml/htmllink.c | 2 +- dlls/mshtml/htmllocation.c | 18 +++--- dlls/mshtml/htmlnode.c | 12 ++-- dlls/mshtml/htmlobject.c | 4 +- dlls/mshtml/htmlscript.c | 4 +- dlls/mshtml/htmlselect.c | 12 ++-- dlls/mshtml/htmlstorage.c | 52 +++++++-------- dlls/mshtml/htmlstyle.c | 28 ++++----- dlls/mshtml/htmlstyleelem.c | 2 +- dlls/mshtml/htmlstylesheet.c | 24 +++---- dlls/mshtml/htmltable.c | 6 +- dlls/mshtml/htmltextarea.c | 2 +- dlls/mshtml/htmltextnode.c | 2 +- dlls/mshtml/htmlwindow.c | 24 +++---- dlls/mshtml/ifacewrap.c | 4 +- dlls/mshtml/loadopts.c | 14 ++--- dlls/mshtml/main.c | 40 ++++++------ dlls/mshtml/mshtml_private.h | 62 ++++-------------- dlls/mshtml/mutation.c | 14 ++--- dlls/mshtml/navigate.c | 76 +++++++++++----------- dlls/mshtml/nsembed.c | 44 ++++++------- dlls/mshtml/nsevents.c | 4 +- dlls/mshtml/nsio.c | 146 +++++++++++++++++++++---------------------- dlls/mshtml/olecmd.c | 4 +- dlls/mshtml/oleobj.c | 10 +-- dlls/mshtml/omnavigator.c | 50 +++++++-------- dlls/mshtml/persist.c | 20 +++--- dlls/mshtml/pluginhost.c | 48 +++++++------- dlls/mshtml/protocol.c | 28 ++++----- dlls/mshtml/range.c | 20 +++--- dlls/mshtml/script.c | 40 ++++++------ dlls/mshtml/selection.c | 4 +- dlls/mshtml/service.c | 8 +-- dlls/mshtml/svg.c | 8 +-- dlls/mshtml/task.c | 10 +-- dlls/mshtml/view.c | 2 +- dlls/mshtml/xmlhttprequest.c | 34 +++++----- 56 files changed, 570 insertions(+), 606 deletions(-)