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:
patacongo 2007-03-29 16:53:03 +00:00
parent 479a27ab95
commit 8d2477fb95
1 changed files with 2 additions and 0 deletions

View File

@ -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>