mirror of
https://github.com/git/git.git
synced 2026-01-12 19:53:09 +00:00
If realloc() fails then the original buffer is still valid. Free it before exiting the function. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>