mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 09:45:55 +08:00
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:
+1
-1
@@ -442,7 +442,7 @@ void os_start(void)
|
||||
|
||||
if (address)
|
||||
{
|
||||
sched_free(address);
|
||||
free(address);
|
||||
}
|
||||
}
|
||||
mm_givesemaphore();
|
||||
|
||||
Reference in New Issue
Block a user