mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-03 19:59:33 +00:00
Fix memory leak in pack_backend__free
This commit is contained in:
parent
7c37aa3ac5
commit
ed6c462c20
@ -1385,6 +1385,7 @@ void pack_backend__free(git_odb_backend *_backend)
|
||||
}
|
||||
|
||||
git_vector_free(&backend->packs);
|
||||
free(backend->pack_folder);
|
||||
free(backend);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user