capnspacehook / taskmaster

Windows Task Scheduler Library for Go
MIT License
142 stars 29 forks source link

Memory leak issue. #32

Open ca110us opened 1 year ago

ca110us commented 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. 2222

lgmu commented 3 months ago

@capnspacehook Hi, are you still working on this project? We have the same issue