From 8b6b12199385e6fbf4cf6e452e0e5324b3dcd37d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 14 Nov 2013 12:42:55 +0100 Subject: regression fix: misadressing if worker thread was restarted --- runtime/wti.c | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/wti.c b/runtime/wti.c index 6b5d82c8..a9154670 100644 --- a/runtime/wti.c +++ b/runtime/wti.c @@ -355,6 +355,7 @@ dbgprintf("DDDD: wti %p: worker starting\n", pThis); if(pThis->actWrkrInfo[i].actWrkrData != NULL) { dbgprintf("DDDD: calling freeWrkrData!\n"); pThis->actWrkrInfo[i].pAction->pMod->mod.om.freeWrkrInstance(pThis->actWrkrInfo[i].actWrkrData); + pThis->actWrkrInfo[i].actWrkrData = NULL; /* re-init for next activation */ } } -- cgit v1.2.3