diff options
-rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 6f3777a..fbfa5a7 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3760,7 +3760,7 @@ MODULE_SCOPE void TclpFreeAllocCache(void *); # define ALLOC_NOBJHIGH 1200 # define TclAllocObjStorage(objPtr) \ - TclThreadAllocObj() + (objPtr) = TclThreadAllocObj() # define TclFreeObjStorage(objPtr) \ TclThreadFreeObj(objPtr) |