summaryrefslogtreecommitdiff
path: root/t/t9133-git-svn-nested-git-repo.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-09-11 00:58:09 -0400
committerJunio C Hamano <gitster@pobox.com>2022-09-12 08:38:58 -0700
commite40d906449950c140ba1e081b647c708d6d2979e (patch)
treea82155481c9f6234f83e66ba471f2244e754819e /t/t9133-git-svn-nested-git-repo.sh
parent7522bb9bc90c6a05ae5f422df723e1cd562dd0bf (diff)
list-objects-filter: don't memset after releasing filter struct
If we see an error while parsing a "combine" filter, we call list_objects_filter_release() to free any allocated memory, and then use memset() to return the struct to a known state. But the release function already does that reinitializing. Doing it again is pointless. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9133-git-svn-nested-git-repo.sh')
0 files changed, 0 insertions, 0 deletions