summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-02-06 22:57:35 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-02-06 22:57:35 +0000
commit64e442a227a58c34a6b1bfc6263df3da112ace12 (patch)
tree16c0eb8466156ca6fd453ef4d512308bf7c93f5e /cpukit/ChangeLog
parent2007-02-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-64e442a227a58c34a6b1bfc6263df3da112ace12.tar.bz2
2007-02-06 Till Straumann <strauman@slac.stanford.edu>
* libcsupport/src/gxx_wrappers.c: fix PR#690. Supply taskvar dtor to plug memory leak. Applied patch attached to PR#690.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a5b37273d2..28ae440889 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-06 Till Straumann <strauman@slac.stanford.edu>
+
+ * libcsupport/src/gxx_wrappers.c: fix PR#690. Supply
+ taskvar dtor to plug memory leak. Applied patch attached
+ to PR#690.
+
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/getpagesize.c: New (moved from posix/src).