Update ff_memory.c

This commit is contained in:
jin.hao1 2019-04-01 15:03:51 +08:00 committed by GitHub
parent 5bf882b459
commit 6149c27496
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ static inline int stklist_push(StackList_t * p, uint64_t val);
static int stklist_init(StackList_t*p, int size)
{
int i = 0;
if (p==NULL || size<=0){