Open dourgulf opened 7 years ago
I wrote a test code like this:
function test() local r = CGRect(1,1,2,2); end test();
and debug in createClosure method, wax_struct_userdata *structUserdata will allocate some memory. but the __gc breakpoint never reached. is it a leak? or I had make a mistake?
I wrote a test code like this:
and debug in createClosure method, wax_struct_userdata *structUserdata will allocate some memory. but the __gc breakpoint never reached. is it a leak? or I had make a mistake?