Module: wine Branch: master Commit: 3bfc4493cb886d767e48b2677b07fef409a2db11 URL: https://gitlab.winehq.org/wine/wine/-/commit/3bfc4493cb886d767e48b2677b07fef...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Nov 30 07:53:59 2022 -0700
rpcrt4: Use standard C functions for memory allocation.
---
dlls/rpcrt4/cproxy.c | 6 +- dlls/rpcrt4/cstub.c | 17 ++-- dlls/rpcrt4/ndr_contexthandle.c | 8 +- dlls/rpcrt4/ndr_es.c | 13 +-- dlls/rpcrt4/ndr_fullpointer.c | 47 +++++----- dlls/rpcrt4/ndr_ole.c | 4 +- dlls/rpcrt4/ndr_stubless.c | 15 ++- dlls/rpcrt4/ndr_typelib.c | 67 +++++++------ dlls/rpcrt4/rpc_assoc.c | 31 +++--- dlls/rpcrt4/rpc_binding.c | 202 ++++++++++++++++++++-------------------- dlls/rpcrt4/rpc_binding.h | 4 - dlls/rpcrt4/rpc_epmap.c | 20 ++-- dlls/rpcrt4/rpc_message.c | 79 +++++++--------- dlls/rpcrt4/rpc_message.h | 1 - dlls/rpcrt4/rpc_server.c | 102 ++++++++++---------- dlls/rpcrt4/rpc_transport.c | 195 +++++++++++++++++++------------------- dlls/rpcrt4/rpcrt4_main.c | 28 +++--- 17 files changed, 407 insertions(+), 432 deletions(-)