summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2021-05-18 10:24:17 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2021-05-18 10:24:17 (GMT)
commitd3e0d5789c2788a38bfd2d670a74b8e08b2e76d5 (patch)
treea75697750a59774afdc81fb5d041b6c62f9d79fb
parent5bdefd0c25145655f82ef005e51bf77df5fafbe6 (diff)
downloadtcl-d3e0d5789c2788a38bfd2d670a74b8e08b2e76d5.zip
tcl-d3e0d5789c2788a38bfd2d670a74b8e08b2e76d5.tar.gz
tcl-d3e0d5789c2788a38bfd2d670a74b8e08b2e76d5.tar.bz2
Remove the refCount increment that accompanied the decrement removed in the
last commit.
-rw-r--r--generic/tclBasic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index deca238..df86f8c 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -3331,7 +3331,6 @@ CallCommandTraces(
}
}
cmdPtr->flags |= CMD_TRACE_ACTIVE;
- cmdPtr->refCount++;
result = NULL;
active.nextPtr = iPtr->activeCmdTracePtr;