diff --git a/multi_button.c b/multi_button.c index d789bd7..9412917 100644 --- a/multi_button.c +++ b/multi_button.c @@ -178,7 +178,6 @@ void button_stop(struct Button* handle) struct Button* entry = *curr; if (entry == handle) { *curr = entry->next; -// free(entry); } else curr = &entry->next; }