summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-12 11:42:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-12 11:42:13 (GMT)
commitcccf730c56e29f2c1545bd224a7e3701795a5c3e (patch)
tree8719db0efb39aeb1274ed88b9c9c8632f9a79ab3 /generic/tclTestObj.c
parentb9bb8fd5b282207069eb191367f3a67d1daf50d5 (diff)
downloadtcl-cccf730c56e29f2c1545bd224a7e3701795a5c3e.zip
tcl-cccf730c56e29f2c1545bd224a7e3701795a5c3e.tar.gz
tcl-cccf730c56e29f2c1545bd224a7e3701795a5c3e.tar.bz2
Fix test-case failure with --enable-symbols=mem. Slipped in with TIP #666 implementation
Diffstat (limited to 'generic/tclTestObj.c')
-rw-r--r--generic/tclTestObj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclTestObj.c b/generic/tclTestObj.c
index 123bea7..b4d70f0 100644
--- a/generic/tclTestObj.c
+++ b/generic/tclTestObj.c
@@ -984,7 +984,6 @@ TestlistobjCmd(
TCL_INDEX_NONE));
/* Keep looping since we are also looping for leaks */
}
- Tcl_DecrRefCount(objP);
}
break;