aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-03-28 15:03:16 +0000
committerFred Fish <fnf@specifix.com>1996-03-28 15:03:16 +0000
commit75225aa25d9d13d7cf34c023520dbb2cd41ea700 (patch)
tree14554f9dd7584f5d3a5339970db963f6c7be7a91 /gdb/ChangeLog
parentd0757082eb9320d85a668f38eade30ee6d0e2f60 (diff)
downloadgdb-75225aa25d9d13d7cf34c023520dbb2cd41ea700.zip
gdb-75225aa25d9d13d7cf34c023520dbb2cd41ea700.tar.gz
gdb-75225aa25d9d13d7cf34c023520dbb2cd41ea700.tar.bz2
* valops.c (value_assign): Make copy of internal variable value
before returning it as a new value, since it is owned by the internal variable and will be freed along with it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5da0133..2af78d1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 28 06:51:26 1996 Fred Fish <fnf@cygnus.com>
+
+ * valops.c (value_assign): Make copy of internal variable value
+ before returning it as a new value, since it is owned by the
+ internal variable and will be freed along with it.
+
Wed Mar 27 08:36:17 1996 Jeffrey A Law (law@cygnus.com)
* From Peter Schauer.