]> git.proxmox.com Git - libgit2.git/commit
Free all used references in the source tree
authorschu <schu-github@schulog.org>
Thu, 11 Aug 2011 17:38:13 +0000 (19:38 +0200)
committerVicent Marti <tanoku@gmail.com>
Sun, 6 Nov 2011 02:15:26 +0000 (03:15 +0100)
commit75abd2b92452782a9e6cee6ed5041339bd00c5bf
treed2ef55289b8d10e1caa813a86fdebb1e00436489
parent4fd89fa0392967fabb905c7f4001cd4834f11dbd
Free all used references in the source tree

Since references are not owned by the repository anymore we have to free
them manually now.

Signed-off-by: schu <schu-github@schulog.org>
src/commit.c
src/reflog.c
src/repository.c
src/tag.c
src/transports/local.c
tests/t04-commit.c
tests/t08-tag.c
tests/t10-refs.c
tests/t12-repo.c