Skip to content

Commit

Permalink
merge 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Dec 13, 2023
2 parents c75fecf + 6738c19 commit ba3c71b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generic/tclIOCmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ Tcl_ReadObjCmd(
returnOptsPtr = Tcl_NewDictObj();
Tcl_DictObjPut(NULL, returnOptsPtr, Tcl_NewStringObj("-data", -1),
resultPtr);
} else {
Tcl_DecrRefCount(resultPtr);
}
/*
* TIP #219.
Expand Down

0 comments on commit ba3c71b

Please sign in to comment.