Wireshark-commits: [Wireshark-commits] master 7b33634: plugins: add cleanup routines
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Jul 2015 23:38:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7b33634cc562ba0ee75536b7dde4268a20d89bee
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7b33634 by Peter Wu (peter@xxxxxxxxxxxxx):

    plugins: add cleanup routines
    
    Destroy the reassembly tables on exit, fix memleak in profinet
    dissector.
    
    Change-Id: Id34dbfde42fe715513997452f87cd4fdc328e294
    Reviewed-on: https://code.wireshark.org/review/9229
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  3ad9768   ssl,dtls: split init/cleanup routines
    adds  7b33634   plugins: add cleanup routines


Summary of changes:
 plugins/m2m/packet-m2m.c               |    7 +++++++
 plugins/opcua/opcua.c                  |    7 +++++++
 plugins/profinet/packet-dcerpc-pn-io.c |    7 ++++---
 plugins/profinet/packet-dcom-cba.c     |    5 +++--
 plugins/profinet/packet-pn-rt.c        |   20 +++++++++-----------
 plugins/wimax/mac_hd_generic_decoder.c |   20 ++++++++++----------
 6 files changed, 40 insertions(+), 26 deletions(-)