URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=77548a96e877a0493dea87d7473b223379db0415
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
77548a9 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: RTP audio stream fixups.
Make sure audio_stream_ is non-NULL before we try to use it. Delete
audio_stream_ more gracefully and add a note about mutexes on OS X and
Windows.
Bug: 12166
Change-Id: I12e76c49e631bc1de813c5c7d82c7d928c71237e
Reviewed-on: https://code.wireshark.org/review/15760
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 24f0f89 Prep for 2.0.4.
adds 77548a9 Qt: RTP audio stream fixups.
Summary of changes:
ui/qt/rtp_audio_stream.cpp | 16 +++++++++++-----
ui/qt/rtp_audio_stream.h | 2 +-
ui/qt/rtp_player_dialog.cpp | 3 ++-
3 files changed, 14 insertions(+), 7 deletions(-)