diff options
Diffstat (limited to 'src/diff.c')
-rw-r--r-- | src/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c index 83adc2a8c..7f2e58c0c 100644 --- a/src/diff.c +++ b/src/diff.c @@ -476,7 +476,7 @@ static int diff_list_apply_options( static void diff_list_free(git_diff *diff) { - git_vector_free_all(&diff->deltas); + git_vector_free_deep(&diff->deltas); git_pathspec__vfree(&diff->pathspec); git_pool_clear(&diff->pool); |