X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=shallow.c;h=7fd04afed19af7de9dc1438b328567d0b7f2b2b4;hb=045a54869819fefa253611ae4ae2181359553d42;hp=5fa2b15d3705439b0088ac0fa0800c81ffad7a41;hpb=2743b61bc65156d337c0740da5122b58a044b1a5;p=thirdparty%2Fgit.git diff --git a/shallow.c b/shallow.c index 5fa2b15d37..7fd04afed1 100644 --- a/shallow.c +++ b/shallow.c @@ -12,10 +12,7 @@ #include "diff.h" #include "revision.h" #include "commit-slab.h" -#include "revision.h" #include "list-objects.h" -#include "commit-slab.h" -#include "repository.h" #include "commit-reach.h" void set_alternate_shallow_file(struct repository *r, const char *path, int override) @@ -156,6 +153,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]); }