explicitly destruct stack components before cleaning up buffer pool

This commit is contained in:
Andre Puschmann 2019-06-26 15:53:15 +02:00
parent 23c8fc89c5
commit 8a6c1ea826
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ ue::ue() : logger(nullptr)
ue::~ue() ue::~ue()
{ {
// destruct stack components before cleaning buffer pool
stack.reset();
byte_buffer_pool::cleanup(); byte_buffer_pool::cleanup();
// save FFTW wisdom // save FFTW wisdom