Should call free(), not sched_free() in this context
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@91 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
05dcf3642b
commit
afefdcd042
|
@ -442,7 +442,7 @@ void os_start(void)
|
|||
|
||||
if (address)
|
||||
{
|
||||
sched_free(address);
|
||||
free(address);
|
||||
}
|
||||
}
|
||||
mm_givesemaphore();
|
||||
|
|
Loading…
Reference in New Issue