mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Initialize mFp file pointer to null
Bug: 288170590 Test: atest VtsHalTvTunerTargetTest Change-Id: Ia1d78e42094073c6cfc7e4e00d65a540d148f02e
This commit is contained in:
@@ -37,7 +37,7 @@ class IpStreamer {
|
||||
|
||||
private:
|
||||
int mSockfd = -1;
|
||||
FILE* mFp;
|
||||
FILE* mFp = nullptr;
|
||||
bool mIsIpV4 = true; // By default, set to IPV4
|
||||
int mPort = 12345; // default port
|
||||
int mBufferSize = 188; // bytes
|
||||
|
||||
Reference in New Issue
Block a user