libgit2

git_repository_free

Version:

Free a previously allocated repository

Signature

void git_repository_free(git_repository *repo);

Parameters

In
repo

repository handle to close. If NULL nothing occurs.

Versions