Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78bc62c3 authored by Sadiq Sada's avatar Sadiq Sada Committed by Android (Google) Code Review
Browse files

Merge "Initialize new Frontend params as nullptr" into main

parents adf55056 59a40429
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: {