Merge "Initialize new Frontend params as nullptr" into main

This commit is contained in:
Sadiq Sada 2023-11-17 21:33:44 +00:00 committed by Android (Google) Code Review
commit 78bc62c3d7

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: {