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

Commit 59a40429 authored by sadiqsada's avatar sadiqsada
Browse files

Initialize new Frontend params as nullptr

Bug: 288170590
Test: m
Change-Id: Ic5fdf73d5221f2a04232f3820cbf84fb31c135e4
parent 54b07f94
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: {