wininet: Fix memory leak in HTTP_DeleteCustomHeader.
commit62e0a8ca38a0ab9216b0f232811280918083f1d5
authorRob Shearman <robertshearman@gmail.com>
Fri, 20 Jun 2008 09:14:38 +0000 (20 10:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 21 Jun 2008 09:12:50 +0000 (21 11:12 +0200)
tree77efbbaf7c7bc296955c660545108b65cc1590c5
parent24ec4a6ed7bf5c7c8edadc7da3bd5f6160a4d53d
wininet: Fix memory leak in HTTP_DeleteCustomHeader.

Free the memory associated with the field and value of the custom
header otherwise it will be leaked. Found by Valgrind.
dlls/wininet/http.c