mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 08:37:51 +01:00
remove a leak of nodes comment
This commit is contained in:
@@ -196,7 +196,6 @@ extern "C" void switch_task(struct task_frame *cur_frame) {
|
||||
if (RunningTask->val->state == TS_RUNNING) {
|
||||
NextTasks.emplace_front(RunningTask);
|
||||
}
|
||||
// TODO: leak of nodes
|
||||
}
|
||||
|
||||
List<Task *>::Node *next = NextTasks.extract_back();
|
||||
|
||||
Reference in New Issue
Block a user