From 9208ea792217a9c7850c239fa6f461b93b2ae4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8jfb8856606?= Date: Sat, 27 Aug 2022 17:07:20 +0000 Subject: [PATCH] Fix #679. Fix memory leak while call in_pcbfree. --- lib/ff_subr_epoch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ff_subr_epoch.c b/lib/ff_subr_epoch.c index 6bde013fc..f3fabdc41 100644 --- a/lib/ff_subr_epoch.c +++ b/lib/ff_subr_epoch.c @@ -67,7 +67,7 @@ epoch_wait_preempt(epoch_t epoch) void epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx) { - + callback(ctx); } epoch_t