Skip to content

Commit 26a25cc

Browse files
committed
fix left-over free
1 parent b854f75 commit 26a25cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generate/templates/manual/repository/get_remotes.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ void GitRepository::GetRemotesWorker::Execute()
7171
}
7272

7373
git_strarray_free(&remote_names);
74-
git_repository_free(repo);
7574
delete baton->out;
7675
baton->out = NULL;
7776
return;

0 commit comments

Comments
 (0)