Module: wine Branch: master Commit: 63e6a4b2e102841006fd376e5ee198a415597a49 URL: http://source.winehq.org/git/wine.git/?a=commit;h=63e6a4b2e102841006fd376e5e...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Jan 28 11:23:03 2013 +0100
wininet: Moved WORKREQUEST allocation to INTERNET_AsyncCall callers.
---
dlls/wininet/ftp.c | 108 ++++++++++++++++++++-------------------------- dlls/wininet/http.c | 57 ++++++++++--------------- dlls/wininet/internet.c | 46 ++++++++++---------- dlls/wininet/internet.h | 8 +++- dlls/wininet/utility.c | 9 ++-- 5 files changed, 102 insertions(+), 126 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=63e6a4b2e102841006fd37...