From 3f38165827d12e0e281e015ac5963678be042620 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 12 Jul 2018 16:57:22 +0200 Subject: [PATCH] Add log to pool deallocate --- lib/include/srslte/common/buffer_pool.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/include/srslte/common/buffer_pool.h b/lib/include/srslte/common/buffer_pool.h index 54708b3e1..0ffe00cdf 100644 --- a/lib/include/srslte/common/buffer_pool.h +++ b/lib/include/srslte/common/buffer_pool.h @@ -197,6 +197,9 @@ public: void set_log(srslte::log *log) { this->log = log; } + void set_log(srslte::log *log) { + this->log = log; + } void deallocate(byte_buffer_t *b) { if(!b) { return;