X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=util.c;h=619c5aaa693d5420f5dcb69598228e044e86173a;hb=a6c71b5b9462db13c7bb2cd263cee5995315784c;hp=2122d4ea170e08c903f311b5736bf33c65d8bbb6;hpb=ba210ebec161cde003bc967e8e460c72f71fb70c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/util.c b/util.c index 2122d4e..619c5aa 100644 --- a/util.c +++ b/util.c @@ -3605,6 +3605,7 @@ Perl_new_struct_thread(pTHX_ struct perl_thread *t) thr->specific = newAV(); thr->errsv = newSVpvn("", 0); thr->flags = THRf_R_JOINABLE; + thr->thr_done = 0; MUTEX_INIT(&thr->mutex); JMPENV_BOOTSTRAP;