From 3d3d697f96d3c9fea7b66a96b68422218ef216b1 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Thu, 22 Apr 2021 05:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BB=A3=E7=A0=81free?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multi_button.c | 1 - 1 file changed, 1 deletion(-) 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; }