mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Initialize new Frontend params as nullptr
Bug: 288170590 Test: m Change-Id: Ic5fdf73d5221f2a04232f3820cbf84fb31c135e4
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user