diff options
Diffstat (limited to 'wti.c')
-rw-r--r-- | wti.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -321,6 +321,7 @@ wtiWorker(wti_t *pThis) ISOBJ_TYPE_assert(pWtp, wtp); dbgSetThrdName(pThis->pszDbgHdr); + pThis->pUsrp = NULL; pthread_cleanup_push(wtiWorkerCancelCleanup, pThis); BEGIN_MTX_PROTECTED_OPERATIONS(pWtp->pmutUsr, LOCK_MUTEX); |