We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b95c6 commit 724584aCopy full SHA for 724584a
Framework/Core/src/CommonServices.cxx
@@ -131,6 +131,7 @@ o2::framework::ServiceSpec CommonServices::monitoringSpec()
131
} },
132
.exit = [](ServiceRegistryRef registry, void* service) {
133
auto* monitoring = reinterpret_cast<Monitoring*>(service);
134
+ monitoring->flushBuffer();
135
delete monitoring; },
136
.kind = ServiceKind::Serial};
137
}
0 commit comments