summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclBasic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 94c6bca..182ec0e 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -1823,7 +1823,6 @@ DeleteInterpProc(
* could have transferred ownership of the result string to Tcl.
*/
- Tcl_FreeResult(interp);
Tcl_DecrRefCount(iPtr->objResultPtr);
iPtr->objResultPtr = NULL;
Tcl_DecrRefCount(iPtr->ecVar);