summaryrefslogtreecommitdiffstats
path: root/plugins/immark/immark.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/immark/immark.c')
-rw-r--r--plugins/immark/immark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/immark/immark.c b/plugins/immark/immark.c
index b7b816b6..973821ad 100644
--- a/plugins/immark/immark.c
+++ b/plugins/immark/immark.c
@@ -68,6 +68,7 @@ typedef struct _instanceData {
*/
BEGINrunInput
CODESTARTrunInput
+ thrdBlockTermination(pThrd);
/* this is an endless loop - it is terminated when the thread is
* signalled to do so. This, however, is handled by the framework,
* right into the sleep below.