blob: 099efce5189f8678ac406d4f594a290746621301 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/lceasy.c b/src/lceasy.c
index ad48022..7a2d86f 100644
--- a/src/lceasy.c
+++ b/src/lceasy.c
@@ -200,6 +200,8 @@ static int lcurl_easy_cleanup_storage(lua_State *L, lcurl_easy_t *p){
for(i = 0; i < LCURL_LIST_COUNT; ++i){
p->lists[i] = LUA_NOREF;
}
+
+ return 0;
}
static int lcurl_easy_cleanup(lua_State *L){
|