lua-users home
lua-l archive

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


On Mon, Jan 31, 2011 at 2:56 PM, Mike Pall <mikelu-1101@mike.de> wrote:
> Probably. But I still have no good solution that avoids keeping
> callbacks alive forever (slowly chewing up memory) without
> resorting to manual lifetime management.

Yes, Wolfgang Oertl in his GTK bindings requires you to explicitly
declare callback objects in some cases where he can't manage their
lifetime for you.  Safe, but sure.

steve d.