mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
编译通过
This commit is contained in:
@@ -64,7 +64,7 @@ bool DelTask(int time)
|
||||
{
|
||||
pTimedTask tmp = task_top;
|
||||
task_top = task_top->next;
|
||||
free(task_top);
|
||||
free(tmp);
|
||||
return true;
|
||||
}
|
||||
else if (task_top->next == NULL)
|
||||
|
||||
Reference in New Issue
Block a user