From 4002f2716d678e6e5830e8d2591877916a6649e7 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 10 Apr 2019 13:06:33 +1000 Subject: [PATCH] [c-host] fix multiple re-inits due to threads flagging for reinit --- c-host/src/app.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c-host/src/app.c b/c-host/src/app.c index d779ce35..44759dbe 100644 --- a/c-host/src/app.c +++ b/c-host/src/app.c @@ -357,6 +357,7 @@ int app_main() exitcode = -1; goto exit; } + app.reinit = false; continue; case CAPTURE_RESULT_ERROR: