summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_releasependingsigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_releasependingsigaction.c')
-rw-r--r--nuttx/sched/sig_releasependingsigaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sig_releasependingsigaction.c b/nuttx/sched/sig_releasependingsigaction.c
index 69252f284..b0dab2ea9 100644
--- a/nuttx/sched/sig_releasependingsigaction.c
+++ b/nuttx/sched/sig_releasependingsigaction.c
@@ -115,6 +115,6 @@ void sig_releasependingsigaction(FAR sigq_t *sigq)
else if (sigq->type == SIG_ALLOC_DYN)
{
- sched_free(sigq);
+ sched_kfree(sigq);
}
}