URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc1849b67ed986472bed3eaafcefdd535749bec7
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cc1849b by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Qt: fix a V595 warning reported by PVS-Studio
The 'cur_item' pointer was utilized before it was verified against nullptr.
Change-Id: I46185f24cf5700e2137f6e40bed45575197c36e7
Reviewed-on: https://code.wireshark.org/review/8858
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 0d471c3 GTK: fix a V610 warning reported by PVS-Studio
adds cc1849b Qt: fix a V595 warning reported by PVS-Studio
Summary of changes:
ui/qt/profile_dialog.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)