http-push: remove unneeded cleanup
commite280888cfb5c0fb5b75acaab04aa2ca28da3225b
authorStefan Beller <sbeller@google.com>
Sat, 21 Mar 2015 00:28:05 +0000 (20 17:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2015 18:12:58 +0000 (23 11:12 -0700)
tree5d41c59952d6cda7e209f3ade5fd19ae8da85e5e
parent473091e21ef2dbee6087cdf0429858faf2b50740
http-push: remove unneeded cleanup

preq is NULL as the condition the line before dictates. And the cleanup
function release_http_pack_request is not null pointer safe.

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