Wireshark-commits: [Wireshark-commits] master 2de30dd: wsutil: fix bugs in plugins_cleanup().

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Feb 2017 18:00:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2de30dd18d86ddd7dd0f5aab636f36d1f4a37cc1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2de30dd by Dario Lombardo (lomato@xxxxxxxxx):

    wsutil: fix bugs in plugins_cleanup().
    
    If plugin_list was NULL, plugin_types didn't get cleaned.
    Add test and set of open_info_arr.
    
    Change-Id: I7669e3ba86039fb2b26ff2da64f51896053c5e68
    Reviewed-on: https://code.wireshark.org/review/20195
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  dcfc288   Qt: Enable/disable Capture Interfaces buttons consistently.
    adds  2de30dd   wsutil: fix bugs in plugins_cleanup().


Summary of changes:
 wiretap/file_access.c |    3 ++-
 wsutil/plugins.c      |   21 ++++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)