summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2009-09-30 03:11:23 (GMT)
committerdgp <dgp@noemail.net>2009-09-30 03:11:23 (GMT)
commit65702206106fa7da78b1f8b397a188f3fc2b5ffb (patch)
treeea44dc1748f30ffb157b0ed595db7157c4993466 /generic/tclPathObj.c
parent5753ae6ff1275721c717613bdfc3b19ebbf979fb (diff)
downloadtcl-65702206106fa7da78b1f8b397a188f3fc2b5ffb.zip
tcl-65702206106fa7da78b1f8b397a188f3fc2b5ffb.tar.gz
tcl-65702206106fa7da78b1f8b397a188f3fc2b5ffb.tar.bz2
* generic/tclDictObj.c: Updated freeIntRepProc routines so
* generic/tclExecute.c: that they set the typePtr field to * generic/tclIO.c: NULL so that the Tcl_Obj is not left * generic/tclIndexObj.c: in an inconsistent state. * generic/tclInt.h: [Bug 2857044] * generic/tclListObj.c: * generic/tclNamesp.c: * generic/tclOOCall.c: * generic/tclObj.c: * generic/tclPathObj.c: * generic/tclProc.c: * generic/tclRegexp.c: * generic/tclStringObj.c: FossilOrigin-Name: c712d7d7bb31719fdaa59e4625f78e004c15dd4e
Diffstat (limited to 'generic/tclPathObj.c')
-rw-r--r--generic/tclPathObj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclPathObj.c b/generic/tclPathObj.c
index 3b907a4..7599529 100644
--- a/generic/tclPathObj.c
+++ b/generic/tclPathObj.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclPathObj.c,v 1.82 2009/08/20 15:17:39 dgp Exp $
+ * RCS: @(#) $Id: tclPathObj.c,v 1.83 2009/09/30 03:11:26 dgp Exp $
*/
#include "tclInt.h"
@@ -2601,6 +2601,7 @@ FreeFsPathInternalRep(
}
ckfree((char*) fsPathPtr);
+ pathPtr->typePtr = NULL;
}
static void