URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dfe7e71ec55573989e524e78350f406994f2b417
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dfe7e71 by Evan Huus (eapache@xxxxxxxxx):
    Fix a leak in the SCTP dissector
    
    use wmem instead of glib
    
    Change-Id: I326d2dd71b13ae45b4434c86fdacf9f3cec6c069
    Reviewed-on: https://code.wireshark.org/review/2557
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    
Actions performed:
    from  38e0ad0   Replace C++-style comments with "#if 0"/"#endif".
    adds  dfe7e71   Fix a leak in the SCTP dissector
Summary of changes:
 epan/dissectors/packet-sctp.c |   73 +++++++++++++++++++++++++----------------
 1 file changed, 44 insertions(+), 29 deletions(-)