Add log to pool deallocate

This commit is contained in:
Ismael Gomez 2018-07-12 16:57:22 +02:00
parent 5474f6d55f
commit 3f38165827
1 changed files with 3 additions and 0 deletions

View File

@ -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;