diff --git a/src/hlua.c b/src/hlua.c index 8dea91e75..8da64eed6 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -7097,7 +7097,6 @@ struct http_hdr *hlua_httpclient_table_to_hdrs(lua_State *L) } skip_headers: - lua_pop(L, 1); return result; }