summaryrefslogtreecommitdiffstats
path: root/generic/tclClockFmt.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-04-12 19:24:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-04-12 19:24:12 (GMT)
commit2ebf963e27f7d5ab648e5561090a872fc8dca1c5 (patch)
treee8c4749a93e3d92154d14bf5ba71efe23e0c58b6 /generic/tclClockFmt.c
parent591fd240003b8644f848fed7c4ceb8836f9babd3 (diff)
downloadtcl-2ebf963e27f7d5ab648e5561090a872fc8dca1c5.zip
tcl-2ebf963e27f7d5ab648e5561090a872fc8dca1c5.tar.gz
tcl-2ebf963e27f7d5ab648e5561090a872fc8dca1c5.tar.bz2
One added line that ends the "Conditional jump" errors from valgrind
Diffstat (limited to 'generic/tclClockFmt.c')
-rw-r--r--generic/tclClockFmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclClockFmt.c b/generic/tclClockFmt.c
index 40c6c92..8e99f20 100644
--- a/generic/tclClockFmt.c
+++ b/generic/tclClockFmt.c
@@ -560,6 +560,7 @@ ClockFmtScnStorageAllocProc(
memset(fss, 0, sizeof(*fss));
hPtr = HashEntry4FmtScn(fss);
+ hPtr->key.oneWordValue = 0; /* See Ticket [167e0635db] */
memcpy(&hPtr->key.string, string, size);
hPtr->clientData = 0; /* currently unused */