[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Memory leaks and user data
- From: Fabien <fleutot+lua@...>
- Date: Wed, 27 Jun 2007 17:14:51 +0200
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.