From 8d2477fb959be42ff58e8b5ac078d8d1d5267174 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 29 Mar 2007 16:53:03 +0000 Subject: [PATCH] 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 --- Documentation/NuttX.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 80c51178aa..50172c06d5 100644 --- a/Documentation/NuttX.html +++ b/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