mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-19 22:44:42 +00:00
Fix a mutex leak in pack.c
This commit is contained in:
parent
f42beff7e2
commit
aa3bf89df2
@ -83,6 +83,7 @@ static void cache_free(git_pack_cache *cache)
|
|||||||
}
|
}
|
||||||
|
|
||||||
git_offmap_free(cache->entries);
|
git_offmap_free(cache->entries);
|
||||||
|
git_mutex_free(&cache->lock);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user