http.c: avoid freeing an uninitialized pointer
An earlier 59b8d38
(http.c: remove verification of remote packs) left
the variable "url" uninitialized; "goto cleanup" codepath can free it
which is not very nice.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Reference in New Issue
Block a user