Zebediah Figura : ws2_32: Use malloc() instead of HeapAlloc().
Module: wine Branch: master Commit: 357fb2be9b8a786081269cafce9cc384bf74632d URL: https://source.winehq.org/git/wine.git/?a=commit;h=357fb2be9b8a786081269cafc... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Wed Aug 18 23:25:48 2021 -0500 ws2_32: Use malloc() instead of HeapAlloc(). Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ws2_32/async.c | 26 +++----- dlls/ws2_32/protocol.c | 141 +++++++++++++++++++++---------------------- dlls/ws2_32/socket.c | 72 +++++++++++----------- dlls/ws2_32/ws2_32_private.h | 2 +- 4 files changed, 116 insertions(+), 125 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=357fb2be9b8a786081269...
participants (1)
-
Alexandre Julliard