summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 5ece319..aa8930d 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -5070,7 +5070,7 @@ TEBCresume(
}
/* Could be an ephemeral abstract obj */
- Tcl_BumpObj(o);
+ Tcl_BounceRefCount(o);
i++;
} while (i < length && match == 0);