libgit2

git_transaction_free

Version:

Free the resources allocated by this transaction

If any references remain locked, they will be unlocked without any changes made to them.

Signature

void git_transaction_free(git_transaction *tx);

Parameters

In
tx

the transaction

Versions