summaryrefslogtreecommitdiffstats
path: root/runtime/linkedlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/linkedlist.c')
-rw-r--r--runtime/linkedlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/linkedlist.c b/runtime/linkedlist.c
index 8f842e43..cc095f6e 100644
--- a/runtime/linkedlist.c
+++ b/runtime/linkedlist.c
@@ -398,7 +398,7 @@ rsRetVal llExecFunc(linkedList_t *pThis, rsRetVal (*pFunc)(void*, void*), void*
*/
llCookie = llCookiePrev;
} else if (iRet != RS_RET_OK) {
- goto finalize_it;
+ FINALIZE;
}
llCookiePrev = llCookie;
}