Differences From Artifact [0f00611ef2]:
- File generic/tclThreadTest.c — part of check-in [179ae0efd8] at 2013-01-02 14:37:23 on branch trunk — test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. (user: jan.nijtmans size: 31102) [more...]
To Artifact [31270bfb26]:
- File generic/tclThreadTest.c — part of check-in [199cbbfcdb] at 2013-01-25 11:45:17 on branch initsubsystems — Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo Fix "make test-packages" on cygwin (user: jan.nijtmans size: 31098) [more...]
| ︙ | |||
922 923 924 925 926 927 928 | 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 | - + |
ckfree(resultPtr->errorCode);
}
if (resultPtr->errorInfo) {
Tcl_AddErrorInfo(interp, resultPtr->errorInfo);
ckfree(resultPtr->errorInfo);
}
}
|
| ︙ |