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:
patacongo 2007-03-19 14:23:58 +00:00
parent 05dcf3642b
commit afefdcd042
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ void os_start(void)
if (address)
{
sched_free(address);
free(address);
}
}
mm_givesemaphore();