diff options
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ fire both the readable and writable handlers because this is how it works on UNIX [Bug 794839] + * generic/tclEncoding.c (TclFinalizeEncodingSubsystem): + FreeEncoding(systemEncoding); moved to before the hash table + itereation as it was causing a double free attempt under some + conditions. + 2004-05-04 Jeff Hobbs <jeffh@ActiveState.com> * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' |
