summaryrefslogtreecommitdiff
path: root/src/odb_loose.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/odb_loose.c')
-rw-r--r--src/odb_loose.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odb_loose.c b/src/odb_loose.c
index 713288da2..7032b8a71 100644
--- a/src/odb_loose.c
+++ b/src/odb_loose.c
@@ -1030,6 +1030,7 @@ done:
git_futils_mmap_free(&stream->map);
git_zstream_free(&stream->zstream);
git_hash_ctx_cleanup(hash_ctx);
+ git__free(hash_ctx);
git__free(stream);
}