Wireshark-commits: [Wireshark-commits] master 9abbf8b: Do not mix wmem and glib allocators

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Apr 2016 04:32:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9abbf8b69d830bff29705991d6ebb760ec2f4454
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9abbf8b by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Do not mix wmem and glib allocators
    
    Change-Id: I0e845668a1b9dbec93ea920a8585ecfe60f001d1
    Reviewed-on: https://code.wireshark.org/review/15044
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9de18e8   If you allocate with wmem, free with wmem.
    adds  9abbf8b   Do not mix wmem and glib allocators


Summary of changes:
 epan/dissectors/asn1/c1222/packet-c1222-template.c |    2 +-
 epan/dissectors/packet-bmc.c                       |    3 +--
 epan/dissectors/packet-btavctp.c                   |    2 +-
 epan/dissectors/packet-btavrcp.c                   |    2 +-
 epan/dissectors/packet-c1222.c                     |    2 +-
 epan/dissectors/packet-data.c                      |    3 +--
 epan/dissectors/packet-dcerpc-netlogon.c           |    3 +--
 epan/dissectors/packet-dcerpc.c                    |    4 ++--
 epan/dissectors/packet-ieee802154.c                |    3 +--
 epan/dissectors/packet-lapsat.c                    |    3 +--
 epan/dissectors/packet-lbmc.c                      |    4 ++--
 epan/dissectors/packet-ldss.c                      |    4 ++--
 epan/dissectors/packet-lwm.c                       |    3 +--
 epan/dissectors/packet-nfs.c                       |    7 +++----
 epan/dissectors/packet-ntlmssp.c                   |   11 ++---------
 epan/dissectors/packet-ppp.c                       |    3 +--
 epan/dissectors/packet-smb2.c                      |   11 +++++------
 epan/dissectors/packet-tacacs.c                    |    6 +-----
 epan/tvbuff_composite.c                            |    8 +++++++-
 epan/tvbuff_zlib.c                                 |    3 ++-
 20 files changed, 37 insertions(+), 50 deletions(-)