lua-users home
lua-l archive

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


Hi,

I have a memory leak problem: some userdata objects are never GC'd, and I really fail to find where it's referenced. Is there a well-known recipe to help tracking down such leaks, if I know which userdata I'm chasing?

Alternatively, is there some well-known trap that tends to make userdata more persistent than expected?

Fabien.