brimworks / lua-zip

Lua binding to libzip.
81 stars 27 forks source link

Declare ar:delete() #5

Closed MisterDA closed 9 years ago

MisterDA commented 9 years ago

You forgot to declare ar:delete() in lua_zip.c, I first ran the tests and realized it wasn't called there too, and now it passes your tests.