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

master
faluco 4 years ago committed by faluco
parent 5acc1c9a73
commit e14cb4b405

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

Loading…
Cancel
Save