Fix #679. Fix memory leak while call in_pcbfree.

This commit is contained in:
用jfb8856606 2022-08-27 17:07:20 +00:00
parent bd798c39f3
commit 9208ea7922
1 changed files with 1 additions and 1 deletions

View File

@ -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