diff options
Diffstat (limited to 'generic/tclTestObj.c')
| -rw-r--r-- | generic/tclTestObj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTestObj.c b/generic/tclTestObj.c index 6a0d47d..682b41d 100644 --- a/generic/tclTestObj.c +++ b/generic/tclTestObj.c @@ -982,7 +982,7 @@ TestlistobjCmd( TCL_INDEX_NONE)); /* Keep looping since we are also looping for leaks */ } - Tcl_BumpObj(objP); + Tcl_BounceRefCount(objP); } break; |
