summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2014-02-04 14:30:55 (GMT)
committerdgp@users.sourceforge.net <dgp>2014-02-04 14:30:55 (GMT)
commit8af0f5ddf9ca33e00cd2dcdfeb606dd4f63ec240 (patch)
treeda77e345963b52bd809d1ed5d0911aacc39725d5 /generic/tclEncoding.c
parent1ca10eb4cb0932f64144227e0cf57367e4b4b515 (diff)
downloadtcl-8af0f5ddf9ca33e00cd2dcdfeb606dd4f63ec240.zip
tcl-8af0f5ddf9ca33e00cd2dcdfeb606dd4f63ec240.tar.gz
tcl-8af0f5ddf9ca33e00cd2dcdfeb606dd4f63ec240.tar.bz2
Be sure to finalize the identity encoding.
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index c303dd1..1842fb6 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -658,6 +658,7 @@ TclFinalizeEncodingSubsystem(void)
Tcl_MutexLock(&encodingMutex);
encodingsInitialized = 0;
FreeEncoding(systemEncoding);
+ FreeEncoding(tclIdentityEncoding);
hPtr = Tcl_FirstHashEntry(&encodingTable, &search);
while (hPtr != NULL) {