lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Feb 17, 2012 at 5:44 PM, David Rio <driodeiros@gmail.com> wrote:
> luaL_newmetatable(L, "LuaBook.array"); // in luaopen_array()
>
> I get an error from malloc because it is trying to free memory that has
> not been allocated:

Something is broken, you should post more code.

Cheers,
Sam