Module: wine Branch: master Commit: 16fab1a461ad8c8edc16174a6577aacd56eae446 URL: https://gitlab.winehq.org/wine/wine/-/commit/16fab1a461ad8c8edc16174a6577aac...
Author: Alex Henrie alexhenrie24@gmail.com Date: Mon Nov 21 19:25:02 2022 -0700
ieframe: Use standard C functions for memory allocation.
---
dlls/ieframe/dochost.c | 20 ++++++++++---------- dlls/ieframe/events.c | 15 +++++++-------- dlls/ieframe/ie.c | 2 +- dlls/ieframe/ieframe.h | 17 ----------------- dlls/ieframe/iexplore.c | 16 ++++++++-------- dlls/ieframe/intshcut.c | 32 ++++++++++++++++---------------- dlls/ieframe/navigate.c | 16 ++++++++-------- dlls/ieframe/oleobject.c | 4 ++-- dlls/ieframe/shellbrowser.c | 4 ++-- dlls/ieframe/shelluihelper.c | 4 ++-- dlls/ieframe/webbrowser.c | 4 ++-- 11 files changed, 58 insertions(+), 76 deletions(-)