Initialize new Frontend params as nullptr

Bug: 288170590
Test: m
Change-Id: Ic5fdf73d5221f2a04232f3820cbf84fb31c135e4
This commit is contained in:
sadiqsada
2023-11-10 14:30:33 -08:00
parent 54b07f94be
commit 59a40429b6

View File

@@ -34,6 +34,8 @@ Frontend::Frontend(FrontendType type, int32_t id) {
mTuner = nullptr;
// Init callback to nullptr
mCallback = nullptr;
mIptvPluginInterface = nullptr;
mIptvPluginStreamer = nullptr;
switch (mType) {
case FrontendType::ISDBS: {