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
...@@ -161,6 +161,7 @@ static void run(ftl::Configurable *root) { ...@@ -161,6 +161,7 @@ static void run(ftl::Configurable *root) {
LOG(INFO) << "Shutting down..."; LOG(INFO) << "Shutting down...";
ftl::timer::stop(); ftl::timer::stop();
slave.stop();
net->shutdown(); net->shutdown();
ftl::pool.stop(); ftl::pool.stop();
...@@ -170,8 +171,8 @@ static void run(ftl::Configurable *root) { ...@@ -170,8 +171,8 @@ static void run(ftl::Configurable *root) {
delete align; delete align;
delete splat; delete splat;
delete virt;
delete stream; delete stream;
delete virt;
delete net; delete net;
LOG(INFO) << "Done."; 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