]> git.ipfire.org Git - thirdparty/git.git/blobdiff - shallow.c
Merge branch 'as/shallow-slab-use-fix'
[thirdparty/git.git] / shallow.c
index 5fa2b15d3705439b0088ac0fa0800c81ffad7a41..c33ab94bd780355711d557c8ced1a837a418dff9 100644 (file)
--- a/shallow.c
+++ b/shallow.c
@@ -156,6 +156,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]);
        }