From d16897c09affe6a08cae369ace6ed87001586791 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 29 Jun 2020 17:36:17 +0200 Subject: [PATCH] scell_sync: fix missing dtor freeing sync object --- srsue/hdr/phy/scell/scell_sync.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srsue/hdr/phy/scell/scell_sync.h b/srsue/hdr/phy/scell/scell_sync.h index cb1473f70..fa5210e88 100644 --- a/srsue/hdr/phy/scell/scell_sync.h +++ b/srsue/hdr/phy/scell/scell_sync.h @@ -121,6 +121,8 @@ public: } } + ~sync() { srslte_sync_free(&find_pss); }; + /** * Sets the cell for the synchronizer */