diff options
-rw-r--r-- | generic/tclListObj.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclListObj.c b/generic/tclListObj.c index 5b73a155..20b6ec1 100644 --- a/generic/tclListObj.c +++ b/generic/tclListObj.c @@ -907,6 +907,7 @@ Tcl_ListObjReplace( listRepPtr = AttemptNewList(interp, newMax, NULL); if (listRepPtr == NULL) { for (i = 0; i < objc; i++) { + /* See bug 3598580 */ #if TCL_MAJOR_VERSION > 8 Tcl_DecrRefCount(objv[i]); #else |