Closed MisterDA closed 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. This will work ! Pull request #5 :)
ar:delete()
lua_zip.c
Sorry about that! Fixed here:
https://github.com/brimworks/lua-zip/commit/40c0d6c139c81f491ef0b78eab7c40328f645ea9
You forgot to declare
ar:delete()
inlua_zip.c
, I first ran the tests and realized it wasn't called there too, and now it passes your tests. This will work ! Pull request #5 :)