mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
Convert usage of git_buf_free to new git_buf_dispose
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user