fix tbb leaks
This commit is contained in:
committed by
Patrick Niklaus
parent
d473acb56d
commit
e8cca36369
@@ -8,6 +8,10 @@
|
||||
#include <boost/test/test_case_template.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
// make sure not to leak in recursive bisection
|
||||
#include <tbb/task_scheduler_init.h>
|
||||
tbb::task_scheduler_init init(2);
|
||||
|
||||
using namespace osrm::partition;
|
||||
using namespace osrm::util;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user