Wireshark-commits: [Wireshark-commits] master 47a39b0: Qt: Delete extcap option dialog when it is c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 15 May 2019 06:58:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=47a39b06efda3c614e8800ca7a1a51b1caa807b3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

47a39b0 by Tomasz Moń (desowin@xxxxxxxxx):

    Qt: Delete extcap option dialog when it is closed
    
    Prior to this change the extcap option dialog destructor was called only
    when the main Wireshark window closed.
    
    Besides that, fix the NULL pointer dereference that would happen if
    device name was not a valid extcap device.
    
    Change-Id: I84334e3a83c66557d961771f74c39447d30a6875
    Reviewed-on: https://code.wireshark.org/review/33197
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fbe0810   Change 'Measurement Report Mode field' strings according to IEEE 802.11-2016
     add  47a39b0   Qt: Delete extcap option dialog when it is closed


Summary of changes:
 ui/qt/main_window_slots.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)