Skip to content
Snippets Groups Projects
Commit d1e3fc6b authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Merge branch 'master' into feature/133/ilw

parents 67553243 55c8920b
No related branches found
No related tags found
2 merge requests!116Implements #133 point alignment,!114Ongoing #133 improvements
This commit is part of merge request !114. Comments created here will be created in the context of that merge request.
......@@ -161,6 +161,7 @@ static void run(ftl::Configurable *root) {
LOG(INFO) << "Shutting down...";
ftl::timer::stop();
slave.stop();
net->shutdown();
ftl::pool.stop();
......@@ -170,8 +171,8 @@ static void run(ftl::Configurable *root) {
delete align;
delete splat;
delete virt;
delete stream;
delete virt;
delete net;
LOG(INFO) << "Done.";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment