clear_pattern_list(): clear embedded hashmaps
authorJeff King <redacted>
Fri, 14 Aug 2020 11:10:49 +0000 (07:10 -0400)
committerJunio C Hamano <redacted>
Fri, 14 Aug 2020 17:48:12 +0000 (10:48 -0700)
commit8dc3156373f4e02c1b1f657350ffae8ee94cbf44
tree3c2fb13dce87ea41845b4e959a2be46b69e67551
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
clear_pattern_list(): clear embedded hashmaps

Commit 96cc8ab531 (sparse-checkout: use hashmaps for cone patterns,
2019-11-21) added some auxiliary hashmaps to the pattern_list struct,
but they're leaked when clear_pattern_list() is called.

Signed-off-by: Jeff King <redacted>
Acked-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
dir.c
git clone https://git.99rst.org/PROJECT