libubox/lua
Xiongfei Guo 39a8fae441 Fix bug of GC in fd and timeout objects for lua binding.
fd and timeout lua object has a __gc method in its metatable. After the object
is freed and the another new object use the same reference in __uloop_cb and
__uloop_fds, the new object will be freed by the old __gc of the old object
when garbag collecting.

Signed-off-by: Xiongfei(Alex) Guo <xfguo@credosemi.com>
2014-06-24 14:30:30 +01:00
..
CMakeLists.txt add lua binding for uloop (written by John Crispin) 2012-09-27 13:41:02 +02:00
uloop.c Fix bug of GC in fd and timeout objects for lua binding. 2014-06-24 14:30:30 +01:00