fix missing byte_buffer cleanup

This commit is contained in:
Andre Puschmann 2019-11-24 21:32:56 +01:00
parent 20409b4fc2
commit e53910010e
1 changed files with 2 additions and 0 deletions

View File

@ -613,5 +613,7 @@ int main(int argc, char** argv)
return SRSLTE_ERROR;
}
byte_buffer_pool::get_instance()->cleanup();
return SRSLTE_SUCCESS;
}