summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/wti.c1
1 files changed, 1 insertions, 0 deletions
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 */
}
}