diff options
Diffstat (limited to 'src/pack.c')
-rw-r--r-- | src/pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pack.c b/src/pack.c index 810a82129..e19fc4bf3 100644 --- a/src/pack.c +++ b/src/pack.c @@ -83,6 +83,7 @@ static void cache_free(git_pack_cache *cache) } git_offmap_free(cache->entries); + git_mutex_free(&cache->lock); } } |