summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-25 14:52:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-25 14:52:27 +0000
commitcb87694407faa04a165e7f6987f8a457c34e4cf2 (patch)
tree30b9f0cb078c07ed0618ff12200f9caa9b8ffdcb /cpukit/ChangeLog
parent2010-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cb87694407faa04a165e7f6987f8a457c34e4cf2.tar.bz2
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/gxx_wrappers.c: Free contents of key not key itself. Kye pointer will never be malloc'ed.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1357649e2c..3cb39246ea 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/gxx_wrappers.c: Free contents of key not key itself.
+ Kye pointer will never be malloc'ed.
+
2010-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/src/termios_baud2num.c,