Initialize mFp file pointer to null

Bug: 288170590
Test: atest VtsHalTvTunerTargetTest
Change-Id: Ia1d78e42094073c6cfc7e4e00d65a540d148f02e
This commit is contained in:
sadiqsada
2024-01-02 10:50:04 -08:00
parent 0f6eb0b217
commit 2bc967a9c3

View File

@@ -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