summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-04-27 19:26:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-04-27 19:26:11 (GMT)
commitd4624cb3479e802ba0689103317303b2cb3098c7 (patch)
tree55eb219d2beadcbd910d00d1584c3becd482728d /generic/tclResult.c
parent6e055348266e6090d1fc58eda98de67d8a7ae8fb (diff)
parent534bec807cc2cb0a81899bdc9fe9e39a486c0ea5 (diff)
downloadtcl-d4624cb3479e802ba0689103317303b2cb3098c7.zip
tcl-d4624cb3479e802ba0689103317303b2cb3098c7.tar.gz
tcl-d4624cb3479e802ba0689103317303b2cb3098c7.tar.bz2
TclFreeIntRep() correction & cleanup.
Diffstat (limited to 'generic/tclResult.c')
-rw-r--r--generic/tclResult.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclResult.c b/generic/tclResult.c
index 6a71ee2..60bae73 100644
--- a/generic/tclResult.c
+++ b/generic/tclResult.c
@@ -989,7 +989,6 @@ ResetObjResult(
objResultPtr->length = 0;
}
TclFreeIntRep(objResultPtr);
- objResultPtr->typePtr = NULL;
}
}