Skip to content

Commit

Permalink
Merge 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Oct 1, 2023
2 parents 1f9a56d + 6c67bd0 commit 45e6a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generic/tclOO.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ InitClassSystemRoots(
fPtr->objectCls = &fakeCls;
/* referenced in TclOOAllocClass to increment the refCount. */
fakeCls.thisPtr = &fakeObject;
fakeObject.refCount = 0; /* Do not increment an uninitialized value. */

fPtr->objectCls = TclOOAllocClass(interp,
AllocObject(interp, "object", (Namespace *)fPtr->ooNs, NULL));
Expand Down

0 comments on commit 45e6a10

Please sign in to comment.