Convert usage of git_buf_free to new git_buf_dispose

This commit is contained in:
Patrick Steinhardt
2018-02-08 11:14:48 +00:00
parent 56ffdfc61e
commit ecf4f33a4e
231 changed files with 1057 additions and 1056 deletions

View File

@@ -332,6 +332,6 @@ static void diff_print_stats(git_diff *diff, struct opts *o)
fputs(b.ptr, stdout);
git_buf_free(&b);
git_buf_dispose(&b);
git_diff_stats_free(stats);
}