From c544f7e3f4aaebbc5e18711b24697258c4802cfc Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 17 Feb 2020 15:30:03 +0100 Subject: [PATCH] Qt: initialize members (CID: 1457926). Change-Id: I4c890db567a3668525bcf9915cb5687e2019c5c1 Reviewed-on: https://code.wireshark.org/review/36125 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- ui/qt/rtp_audio_stream.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/qt/rtp_audio_stream.cpp b/ui/qt/rtp_audio_stream.cpp index 02f9166071..5f33b90d82 100644 --- a/ui/qt/rtp_audio_stream.cpp +++ b/ui/qt/rtp_audio_stream.cpp @@ -45,6 +45,9 @@ RtpAudioStream::RtpAudioStream(QObject *parent, rtpstream_info_t *rtpstream) : start_abs_offset_(0.0), start_rel_time_(0.0), stop_rel_time_(0.0), + audio_stereo_(false), + audio_left_(false), + audio_right_(false), audio_out_rate_(0), audio_resampler_(0), audio_output_(0),