diff --git a/multi_button.c b/multi_button.c index b666acb..1a70053 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 + return;//glacier add 2021-8-13 } else curr = &entry->next; }