From 62a6d9a8dc99dfba0e08cd6dccc181c65e3bcacb Mon Sep 17 00:00:00 2001 From: Francisco Date: Fri, 2 Apr 2021 15:32:39 +0100 Subject: [PATCH] fix background memory pool destruction --- lib/include/srsran/adt/pool/background_mem_pool.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/include/srsran/adt/pool/background_mem_pool.h b/lib/include/srsran/adt/pool/background_mem_pool.h index 72e673c11..a3ab2805c 100644 --- a/lib/include/srsran/adt/pool/background_mem_pool.h +++ b/lib/include/srsran/adt/pool/background_mem_pool.h @@ -145,8 +145,11 @@ private: } // namespace detail template -using background_mem_pool = - detail::base_background_pool; +using background_mem_pool = detail::base_background_pool, + BatchSize, + ThresholdSize, + detail::noop_operator, + detail::noop_operator>; template