39a8fae441
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
uloop.c |