stability

This commit is contained in:
2023-05-29 15:47:30 +00:00
parent 591f48c703
commit 9cb53b04af
16 changed files with 248 additions and 159 deletions

View File

@@ -73,6 +73,7 @@ void timer_remove(int id) {
struct timer *t = id2timer(id);
if (t->owndata) free(t->data);
t->next = first;
t->on = 0;
first = id;
}