fix regs leak

This commit is contained in:
Francisco Paisana 2020-01-31 12:40:40 +00:00
parent e86862611c
commit 095d0cda5a
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class sched_cell_params_t
{ {
if (p != nullptr) { if (p != nullptr) {
srslte_regs_free(p); srslte_regs_free(p);
delete p;
} }
} }
}; };