Fixes coverity 372880

This commit is contained in:
Alejandro Leal Conejos 2021-10-26 17:17:57 +02:00 committed by Ismael Gomez
parent ee0ec564ef
commit 547ebf11f7
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ private:
bwp_res_grid& bwp_grid;
slot_point pdcch_slot;
slot_ue_map_t* slot_ues;
slot_ue_map_t* slot_ues = nullptr;
};
} // namespace sched_nr_impl