Module: wine Branch: master Commit: 9dba420d0a786ce69fca13372e900af805dae5de URL: https://gitlab.winehq.org/wine/wine/-/commit/9dba420d0a786ce69fca13372e900af...
Author: Alex Henrie alexhenrie24@gmail.com Date: Tue Nov 29 18:08:30 2022 -0700
hhctrl: Use standard C functions for memory allocation.
---
dlls/hhctrl.ocx/chm.c | 119 +++++++++++++++++++++---------------------- dlls/hhctrl.ocx/content.c | 14 ++--- dlls/hhctrl.ocx/help.c | 64 +++++++++++------------ dlls/hhctrl.ocx/hhctrl.c | 40 +++++++-------- dlls/hhctrl.ocx/hhctrl.h | 25 +-------- dlls/hhctrl.ocx/index.c | 26 +++++----- dlls/hhctrl.ocx/search.c | 16 +++--- dlls/hhctrl.ocx/stream.c | 14 ++--- dlls/hhctrl.ocx/webbrowser.c | 4 +- 9 files changed, 148 insertions(+), 174 deletions(-)