Update ff_memory.c

This commit is contained in:
jin.hao1 2019-04-01 15:03:51 +08:00 committed by GitHub
parent a5c480ea44
commit 9c6ba54083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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){