summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclClockFmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClockFmt.c b/generic/tclClockFmt.c
index 1a506a9..156e4d2 100644
--- a/generic/tclClockFmt.c
+++ b/generic/tclClockFmt.c
@@ -3553,8 +3553,8 @@ ClockFrmScnFinalize(
ClockFmtScnStorage_GC.count = 0;
#endif
if (initialized) {
- Tcl_DeleteHashTable(&FmtScnHashTable);
initialized = 0;
+ Tcl_DeleteHashTable(&FmtScnHashTable);
}
Tcl_MutexUnlock(&ClockFmtMutex);
Tcl_MutexFinalize(&ClockFmtMutex);