mirror of https://github.com/git/git.git
Browse Source
In 998330ac2e
(read-cache: look for shared index files next to the
index, too, 2021-08-26), we added code that allocates memory to store
the base path of a shared index, but we never released that memory.
Reported by Coverity.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pull/1007/merge


1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue