Open ca110us opened 1 year ago
Hi, during usage, I found a memory leak issue. I called the method GetRegisteredTasks, and I think the reason for the memory leak may be that the task variable was not released.
GetRegisteredTasks
task
@capnspacehook Hi, are you still working on this project? We have the same issue
Hi, during usage, I found a memory leak issue. I called the method
GetRegisteredTasks
, and I think the reason for the memory leak may be that thetask
variable was not released.