diff options
Diffstat (limited to 'generic/tclThreadTest.c')
-rw-r--r-- | generic/tclThreadTest.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tclThreadTest.c b/generic/tclThreadTest.c index 3a6fc43..6da26db 100644 --- a/generic/tclThreadTest.c +++ b/generic/tclThreadTest.c @@ -176,6 +176,14 @@ TclThread_Init( } +void TclThreadTestFinalize() { + if (errorProcString != NULL) { + ckfree(errorProcString); + errorProcString= NULL; + } + return; +} + /* *---------------------------------------------------------------------- * |