scell_sync: fix missing dtor freeing sync object

master
Andre Puschmann 4 years ago committed by Xavier Arteaga
parent 1899c468d3
commit d16897c09a

@ -121,6 +121,8 @@ public:
} }
} }
~sync() { srslte_sync_free(&find_pss); };
/** /**
* Sets the cell for the synchronizer * Sets the cell for the synchronizer
*/ */

Loading…
Cancel
Save