Differences From Artifact [a6574154a9]:
- File generic/tclCkalloc.c — part of check-in [40cc64ec16] at 2011-03-16 15:55:49 on branch trunk — [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds (user: jan.nijtmans size: 32358) [more...]
To Artifact [a01a679a07]:
- File generic/tclCkalloc.c — part of check-in [80a014ef05] at 2011-03-18 12:54:54 on branch mig-alloc-reform — development branch for allocator changes (user: mig size: 32300)
| ︙ | |||
1292 1293 1294 1295 1296 1297 1298 | 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 | - - - - |
TclpFree((char *) curTagPtr);
curTagPtr = NULL;
}
allocHead = NULL;
Tcl_MutexUnlock(ckallocMutexPtr);
#endif
|
| ︙ |