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