mac_nr: free tx softbuffer in stop()

master
Andre Puschmann 4 years ago
parent b79d09e83f
commit 44e7d41f57

@ -66,6 +66,8 @@ void mac_nr::stop()
if (started) { if (started) {
started = false; started = false;
} }
srslte_softbuffer_tx_free(&softbuffer_tx);
} }
// Implement Section 5.9 // Implement Section 5.9

Loading…
Cancel
Save