change comment

pull/19/head
Glacierty 4 years ago
parent b5bb284d61
commit 51cce2f78a

@ -179,7 +179,7 @@ void button_stop(struct Button* handle)
if (entry == handle) { if (entry == handle) {
*curr = entry->next; *curr = entry->next;
// free(entry); // free(entry);
return;//glacier add 2021-8-13 return;//glacier add 2021-8-18
} else } else
curr = &entry->next; curr = &entry->next;
} }

Loading…
Cancel
Save