summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-02-06 22:54:34 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-02-06 22:54:34 +0000
commit4a2fee477150653693bc95181ca8ad62e959dae1 (patch)
tree2cf61915319fa5a7875aa667fc0aff2129cfb2a7 /cpukit/ChangeLog
parent2007-02-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4a2fee477150653693bc95181ca8ad62e959dae1.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 87a905bf0b..a40a91abb1 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).