1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00
This commit is contained in:
lxsang 2019-12-22 17:30:39 +01:00
parent 91e13fc261
commit f7599cd935
2 changed files with 1 additions and 1 deletions

BIN
dist/lua-0.5.2b.tar.gz vendored

Binary file not shown.

View File

@ -535,7 +535,7 @@ static int l_send_header(lua_State* L)
chain_t it;
for_each_assoc(it,c)
{
list_put_s(&h.cookie,strdup(it->value));
list_put_ptr(&h.cookie,strdup(it->value));
}
}
freedict(c);