summaryrefslogtreecommitdiff
path: root/remote_test.go
AgeCommit message (Collapse)Author
2014-03-19Remote: don't mix allocatorsCarlos Martín Nieto
We cannot ask libgit2 to free the memory we have allocated ourselves, as it cannot know how to do it. Let's free the strarray ourselves.