Commit aa3bf89d by Philip Kelley

Fix a mutex leak in pack.c

parent f42beff7
......@@ -83,6 +83,7 @@ static void cache_free(git_pack_cache *cache)
}
git_offmap_free(cache->entries);
git_mutex_free(&cache->lock);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment