summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 16:53:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 16:53:03 +0000
commit79749b135bef212fe96e7d17ade0bb65a14f8340 (patch)
treecf5597a209ebcc50b8c6f25bdde967d416b9eef4 /nuttx/Documentation/NuttX.html
parent134f57877848076567f0f86c82075378d5ff92d4 (diff)
downloadpx4-nuttx-79749b135bef212fe96e7d17ade0bb65a14f8340.tar.gz
px4-nuttx-79749b135bef212fe96e7d17ade0bb65a14f8340.tar.bz2
px4-nuttx-79749b135bef212fe96e7d17ade0bb65a14f8340.zip
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
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 80c51178a..50172c06d 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -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>