Hans Leidekker : wldap32: Use CRT memory allocators.
Module: wine Branch: master Commit: 8a52b16e0d3f407d101f073c5d1b2c0ebaa8c7e7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8a52b16e0d3f407d101f073c5... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Mon Apr 19 10:04:52 2021 +0200 wldap32: Use CRT memory allocators. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wldap32/add.c | 12 +-- dlls/wldap32/ber.c | 20 ++--- dlls/wldap32/bind.c | 66 +++++++------- dlls/wldap32/compare.c | 36 ++++---- dlls/wldap32/delete.c | 12 +-- dlls/wldap32/dn.c | 12 +-- dlls/wldap32/extended.c | 8 +- dlls/wldap32/init.c | 46 +++++----- dlls/wldap32/misc.c | 18 ++-- dlls/wldap32/modify.c | 12 +-- dlls/wldap32/modrdn.c | 24 ++--- dlls/wldap32/option.c | 4 +- dlls/wldap32/page.c | 26 +++--- dlls/wldap32/rename.c | 24 ++--- dlls/wldap32/search.c | 32 +++---- dlls/wldap32/value.c | 18 ++-- dlls/wldap32/winldap_private.h | 200 +++++++++++++++++++---------------------- 17 files changed, 275 insertions(+), 295 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8a52b16e0d3f407d101f0...
participants (1)
-
Alexandre Julliard