From 6149c27496f95a8e80da30a655dbd00638e497da Mon Sep 17 00:00:00 2001 From: "jin.hao1" Date: Mon, 1 Apr 2019 15:03:51 +0800 Subject: [PATCH] Update ff_memory.c --- lib/ff_memory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ff_memory.c b/lib/ff_memory.c index f5a7443bc..c403c28c7 100644 --- a/lib/ff_memory.c +++ b/lib/ff_memory.c @@ -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){