- Fix a missing thread join in the phy which caused a memory leak.

This commit is contained in:
faluco 2020-09-21 16:36:48 +02:00 committed by faluco
parent 5acc1c9a73
commit e14cb4b405
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ void phy::stop()
sfsync.stop();
workers_pool.stop();
prach_buffer.stop();
wait_thread_finish();
is_configured = false;
}