Wireshark-commits: [Wireshark-commits] master cc1849b: Qt: fix a V595 warning reported by PVS-Studi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 9 Jun 2015 20:21:34 +0000 (UTC)
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(-)