From 2f8a646d4e68d3f515d0b5275d179562a219a9ed Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 18 Mar 2004 12:23:31 +0000 Subject: 19655, 19656, 19657: Memory leaks spotted by valgrind. Also bug with multiple math function autoloads. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8831f679b..b07f9f34a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-03-18 Peter Stephenson + + * 19657: Src/modules.c: Leak when an autoloadable math function + was read in. Also, it was impossible to autoload multiple math + functions from the same library. + + * 19656: Src/exec.c Leak saving and restoring parameters around + builtins and functions when set temporarily for that command if + the parameter was previously exported. + + * 19655: Src/params.c: the reverse pointer from a tied array + to a tied scalar wasn't delete if the array was unset by unsetting + the scalar (or probably vice versa). + 2004-03-17 Peter Stephenson * unposted: Etc/MACHINES: dlcompat apparently not needed -- cgit 1.4.1