diff options
| author | dgp <dgp@users.sourceforge.net> | 2024-04-12 19:24:12 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2024-04-12 19:24:12 (GMT) |
| commit | ad2e0465fe3118c3fd64465388032790663abca3 (patch) | |
| tree | e8c4749a93e3d92154d14bf5ba71efe23e0c58b6 | |
| parent | 104ed642d8bffb3165f77e197e1e46b72e4d9c82 (diff) | |
| download | tcl-ad2e0465fe3118c3fd64465388032790663abca3.zip tcl-ad2e0465fe3118c3fd64465388032790663abca3.tar.gz tcl-ad2e0465fe3118c3fd64465388032790663abca3.tar.bz2 | |
One added line that ends the "Conditional jump" errors from valgrind
| -rw-r--r-- | generic/tclClockFmt.c | 1 |
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 */ |
