Check we have a list before running depends.
This commit is contained in:
parent
b5d829789f
commit
3c2b93fc9c
@ -566,9 +566,6 @@ RC_STRINGLIST *rc_deptree_order(const RC_DEPTREE *deptree,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!list)
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
/* Now we have our lists, we need to pull in any dependencies
|
/* Now we have our lists, we need to pull in any dependencies
|
||||||
and order them */
|
and order them */
|
||||||
types = rc_stringlist_new();
|
types = rc_stringlist_new();
|
||||||
|
Loading…
Reference in New Issue
Block a user