Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 63a7e640 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Fix issue #4 (Thanks @thibault)

parent b5fef63f
No related branches found
No related tags found
No related merge requests found
......@@ -261,11 +261,11 @@ void mt_ParserPaje::parse(Trace &trace,
filename = get_next_file_to_parse();
}
traceBuilderThread.quit();
traceBuilderThread.wait();
consumerThread.quit();
consumerThread.wait();
if(finish_trace_after_parse) {
traceBuilderThread.quit();
traceBuilderThread.wait();
consumerThread.quit();
consumerThread.wait();
trace.finish();
finish();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment