From 481a1829dd14536ab236d2eb25731297e8ac3958 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 15 Oct 2018 11:01:59 +0200 Subject: [PATCH] stop metrics hub thread before calling stop on listeners --- lib/include/srslte/common/metrics_hub.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/include/srslte/common/metrics_hub.h b/lib/include/srslte/common/metrics_hub.h index 4c27b2b2a..6123119e3 100644 --- a/lib/include/srslte/common/metrics_hub.h +++ b/lib/include/srslte/common/metrics_hub.h @@ -44,6 +44,7 @@ public: return true; } void stop() { + stop_thread(); // stop all listeners for (uint32_t i=0;istop();