void-packages/srcpkgs/slcp/patches/libgit2-0.28.patch
2019-03-04 19:47:59 -03:00

14 lines
276 B
Diff

diff --git a/slcp.c b/slcp.c
index 7f12b08..e93c1fd 100644
--- slcp.c
+++ slcp.c
@@ -106,7 +106,7 @@ int main(int argc, char* argv[])
{
git_repo = NULL;
}
- git_buf_free(&tmpgitdb);
+ git_buf_dispose(&tmpgitdb);
/* prepare some git information */
if(git_repo) {