diff --git a/multi_button.c b/multi_button.c index 1a70053..762c797 100644 --- a/multi_button.c +++ b/multi_button.c @@ -179,7 +179,7 @@ void button_stop(struct Button* handle) if (entry == handle) { *curr = entry->next; // free(entry); - return;//glacier add 2021-8-13 + return;//glacier add 2021-8-18 } else curr = &entry->next; }