diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-09-12 11:42:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-09-12 11:42:13 (GMT) |
commit | cccf730c56e29f2c1545bd224a7e3701795a5c3e (patch) | |
tree | 8719db0efb39aeb1274ed88b9c9c8632f9a79ab3 | |
parent | b9bb8fd5b282207069eb191367f3a67d1daf50d5 (diff) | |
download | tcl-cccf730c56e29f2c1545bd224a7e3701795a5c3e.zip tcl-cccf730c56e29f2c1545bd224a7e3701795a5c3e.tar.gz tcl-cccf730c56e29f2c1545bd224a7e3701795a5c3e.tar.bz2 |
Fix test-case failure with --enable-symbols=mem. Slipped in with TIP #666 implementation
-rw-r--r-- | generic/tclTestObj.c | 1 |
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; |