wininet: Fix the releasing of the wrong reference count in HTTP_CloseHTTPRequestHandle.
commit06b19b018a28f7a9437995eb3e3fee8f4f614173
authorRob Shearman <rob@codeweavers.com>
Thu, 4 Jan 2007 18:22:19 +0000 (4 18:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Jan 2007 20:17:53 +0000 (4 21:17 +0100)
treef3d65d05df62eee5697ba6c640bf3c6f7f7d7016
parent272954bd815338292a3f2c8dc916437838fa3afd
wininet: Fix the releasing of the wrong reference count in HTTP_CloseHTTPRequestHandle.

lpwhr obviously already has a reference count of 0 because it is being destroyed.
dlls/wininet/http.c