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>
maint
parent
59b8d38f6e
commit
b2025146d0
Loading…
Reference in New Issue