Module: wine Branch: master Commit: 4f961d9e7a3be045c1cca00cc5478bb8f17b77d0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4f961d9e7a3be045c1cca00cc...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Jun 8 16:27:44 2021 +0200
winhttp: Use CRT memory allocators.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/cookie.c | 50 +++---- dlls/winhttp/handle.c | 7 +- dlls/winhttp/net.c | 34 ++--- dlls/winhttp/request.c | 316 +++++++++++++++++++++-------------------- dlls/winhttp/session.c | 144 +++++++++---------- dlls/winhttp/url.c | 8 +- dlls/winhttp/winhttp_private.h | 18 +-- 7 files changed, 286 insertions(+), 291 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4f961d9e7a3be045c1cca...