commit | c16828b8e6f030868047daad693040af71878fc7 | [log] [tgz] |
---|---|---|
author | Sadiq Sada <sadiqsada@google.com> | Mon Jan 08 23:31:26 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jan 08 23:31:26 2024 +0000 |
tree | 81878c26c09cb017f98628f522083cc8c69f29e5 | |
parent | b515d81fb7f370ba08d490986a439f88947038fd [diff] | |
parent | 2bc967a9c36979506a8796716a27f13eb1e0cc2e [diff] |
Merge "Initialize mFp file pointer to null" into main
diff --git a/tv/tuner/aidl/vts/functional/utils/IpStreamer.h b/tv/tuner/aidl/vts/functional/utils/IpStreamer.h index d073003..8ac2ddb 100644 --- a/tv/tuner/aidl/vts/functional/utils/IpStreamer.h +++ b/tv/tuner/aidl/vts/functional/utils/IpStreamer.h
@@ -37,7 +37,7 @@ 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