]> git.proxmox.com Git - libgit2.git/commit - tests/config/write.c
Don't free config in `git_transaction_commit`.
authorArthur Schreiber <schreiber.arthur@googlemail.com>
Sun, 13 Sep 2015 14:32:24 +0000 (16:32 +0200)
committerArthur Schreiber <schreiber.arthur@googlemail.com>
Sun, 13 Sep 2015 14:32:24 +0000 (16:32 +0200)
commit548cb334344a592678778e0357f3f09000d6cf5d
treec2aefade31ae105f2dbd213ba7b2a0fa5437136f
parent1e80bf27ea453993006837040ada28241806e6f7
Don't free config in `git_transaction_commit`.

The config is not owned by the transaction, so please don’t free it.
src/transaction.c
tests/config/write.c