lua-users home
lua-l archive

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


On 18 February 2012 03:05, Sam Roberts <vieuxtech@gmail.com> wrote:
> 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.

Specifically, can you post a complete code example that reproduces the
problem whe you run it?
I don't feel like typinge in all of Chapter 28 myself to see whether I
can reproduce your problem

    M