Container being deallocated before buffers in container. Caused memory leak.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@177 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
479a27ab95
commit
8d2477fb95
|
@ -463,6 +463,8 @@ Other memory:
|
|||
* Improved sharebility of stdout among pthreads (only). Nothing
|
||||
was broken, but by moving the mutual exclusion logic to a
|
||||
higher level, the printf output is more readable.
|
||||
* Fixed a bug in file system cleanup: A list was being deleted
|
||||
before the buffers contained in the list.
|
||||
* Started m68322
|
||||
</pre></ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue