Rémi Bernon : combase: Use CRT memory allocation functions.

Alexandre Julliard julliard at winehq.org
Fri May 20 15:26:47 CDT 2022


Module: wine
Branch: master
Commit: 9d1beee6c753f1ad864fb11d16598f09c3f0f510
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9d1beee6c753f1ad864fb11d16598f09c3f0f510

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Thu May 19 11:30:40 2022 +0200

combase: Use CRT memory allocation functions.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/combase/apartment.c       | 36 ++++++++++-----------
 dlls/combase/combase.c         | 35 ++++++++++-----------
 dlls/combase/combase_private.h |  1 -
 dlls/combase/errorinfo.c       | 40 +++++++-----------------
 dlls/combase/hglobalstream.c   | 12 +++----
 dlls/combase/malloc.c          |  1 -
 dlls/combase/marshal.c         | 29 +++++++++--------
 dlls/combase/roapi.c           | 10 +++---
 dlls/combase/rpc.c             | 71 +++++++++++++++++++++---------------------
 dlls/combase/string.c          |  4 +--
 dlls/combase/stubmanager.c     | 16 +++++-----
 dlls/combase/usrmarshal.c      |  4 +--
 12 files changed, 118 insertions(+), 141 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=9d1beee6c753f1ad864fb11d16598f09c3f0f510



More information about the wine-cvs mailing list