summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-06-10 17:32:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-06-10 17:32:00 +0000
commit54411933a5af5b2f0c66c37dcdc77ca163c6997c (patch)
tree1051585fc9772c9b0c13939a727e00ffec1e4260 /cpukit/libfs/ChangeLog
parent2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-54411933a5af5b2f0c66c37dcdc77ca163c6997c.tar.bz2
2003-06-10 Phil Torre <ptorre@zetron.com>
PR 411/filesystem * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and then unlinking it causes a memory leak.
Diffstat (limited to '')
-rw-r--r--cpukit/libfs/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 97ca7eb8b0..0bebaf2447 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-10 Phil Torre <ptorre@zetron.com>
+
+ PR 411/filesystem
+ * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and
+ then unlinking it causes a memory leak.
+
2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 367/filesystem