http: release the memory of a http pack request as well
commit826aed50cbb072d8f159e4c8ba0f9bd3df21a234
authorStefan Beller <sbeller@google.com>
Sat, 21 Mar 2015 00:28:06 +0000 (20 17:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2015 19:36:10 +0000 (24 12:36 -0700)
treedcb4464197b8cd51398bfea77a86f181603faf72
parent915e44c6357f3bd9d5fa498a201872c4367302d3
http: release the memory of a http pack request as well

The cleanup function is used in 4 places now and it's always safe to
free up the memory as well.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c