Index: generic/nsf.c =================================================================== diff -u -r563d2de98a63e09432eb9b0840434ea5e9b20052 -rb57f4b6701eadc6f177da91291638d26da3322ba --- generic/nsf.c (.../nsf.c) (revision 563d2de98a63e09432eb9b0840434ea5e9b20052) +++ generic/nsf.c (.../nsf.c) (revision b57f4b6701eadc6f177da91291638d26da3322ba) @@ -22553,7 +22553,7 @@ /* Tcl_GlobalEval(interp, "puts {checkmem to checkmemFile}; checkmem checkmemFile"); */ #endif - MEM_COUNT_RELEASE(interp); + MEM_COUNT_RELEASE(); ckfree((char *) RUNTIME_STATE(interp)); Tcl_Interp_flags(interp) = flags; @@ -22645,7 +22645,7 @@ * first call to the MEM_COUNT macros (including e.g. INCR_REF_COUNT), but * it requires that the runtimeState is already associated with the interp. */ - MEM_COUNT_INIT(interp); + MEM_COUNT_INIT(); /* * Init global variables for Tcl_Obj types