mirror of https://github.com/F-Stack/f-stack.git
Fix #679. Fix memory leak while call in_pcbfree.
This commit is contained in:
parent
bd798c39f3
commit
9208ea7922
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue