wininet: Don't allocate memory for the thread error structure until it is needed.
commitd133ff9afb07c2e2516efc411cccc00c833a1c58
authorRobert Shearman <rob@codeweavers.com>
Thu, 20 Apr 2006 10:46:38 +0000 (20 11:46 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Apr 2006 13:16:52 +0000 (20 15:16 +0200)
treee9744df2598a007985902fa2d5494c649aff2f53
parent0ced865aa1075a0dbba3a9e93972df1091aebc8c
wininet: Don't allocate memory for the thread error structure until it is needed.

Don't allocate memory for the thread error structure until it is
needed, as it is quite large and wastes memory for threads that don't
call any wininet function.
dlls/wininet/internet.c