summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pack.c1
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);
}
}