mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 21:41:03 +00:00
win32: remember to cleanup our hash_ctx
This commit is contained in:
parent
d5087689b5
commit
c251f3bbe7
@ -1028,6 +1028,7 @@ int git_indexer_commit(git_indexer *idx, git_transfer_progress *stats)
|
||||
p_rename(idx->pack->pack_name, git_buf_cstr(&filename));
|
||||
|
||||
git_buf_free(&filename);
|
||||
git_hash_ctx_cleanup(&ctx);
|
||||
return 0;
|
||||
|
||||
on_error:
|
||||
|
Loading…
Reference in New Issue
Block a user