Module: wine Branch: master Commit: 80175e41da9ced0b5fbaa250e9dab4d4a69400f8 URL: https://gitlab.winehq.org/wine/wine/-/commit/80175e41da9ced0b5fbaa250e9dab4d...
Author: Alex Henrie alexhenrie24@gmail.com Date: Tue Nov 22 22:33:41 2022 -0700
urlmon: Use standard C functions for memory allocation.
---
dlls/urlmon/axinstall.c | 14 +++--- dlls/urlmon/bindctx.c | 8 ++-- dlls/urlmon/binding.c | 46 ++++++++++---------- dlls/urlmon/bindprot.c | 50 ++++++++++----------- dlls/urlmon/download.c | 22 +++++----- dlls/urlmon/file.c | 4 +- dlls/urlmon/format.c | 8 ++-- dlls/urlmon/ftp.c | 4 +- dlls/urlmon/gopher.c | 4 +- dlls/urlmon/http.c | 22 +++++----- dlls/urlmon/mimefilter.c | 8 ++-- dlls/urlmon/mk.c | 12 +++--- dlls/urlmon/protocol.c | 6 +-- dlls/urlmon/sec_mgr.c | 57 ++++++++++++------------ dlls/urlmon/session.c | 38 ++++++++-------- dlls/urlmon/umon.c | 18 ++++---- dlls/urlmon/umstream.c | 8 ++-- dlls/urlmon/uri.c | 108 +++++++++++++++++++++++----------------------- dlls/urlmon/urlmon_main.c | 6 +-- dlls/urlmon/urlmon_main.h | 30 ++----------- dlls/urlmon/usrmarshal.c | 4 +- 21 files changed, 229 insertions(+), 248 deletions(-)