diff --git a/shallow.c b/shallow.c index c1b68533ca..8de0bad2a5 100644 --- a/shallow.c +++ b/shallow.c @@ -148,6 +148,8 @@ struct commit_list *get_shallow_commits(struct object_array *heads, int depth, for (i = 0; i < depths.slab_count; i++) { int j; + if (!depths.slab[i]) + continue; for (j = 0; j < depths.slab_size; j++) free(depths.slab[i][j]); }