Wireshark-commits: [Wireshark-commits] master 20414eb: Replace some ep_alloc and ep_alloc0 with its

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 8 Jan 2015 07:24:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=20414ebf4b6851fbe578732fb3b8fb948b32e7c9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

20414eb by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace some ep_alloc and ep_alloc0 with its wmem equivalent.
    
    These cases were pretty easy to identify.  Also replaced some comments that referenced ep_alloced memory, when it's now in fact wmem_alloced.
    
    Change-Id: I07d2f390a9c0b34aa2956880476755d1acf5db0a
    Reviewed-on: https://code.wireshark.org/review/6392
    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  cff098e   guid_to_ep_str -> guid_to_str
    adds  20414eb   Replace some ep_alloc and ep_alloc0 with its wmem equivalent.


Summary of changes:
 asn1/h245/packet-h245-template.c    |    2 +-
 asn1/x509if/x509if.cnf              |    3 +--
 epan/dissectors/packet-3com-njack.c |    4 ++--
 epan/dissectors/packet-bgp.c        |    2 +-
 epan/dissectors/packet-h245.c       |    2 +-
 epan/dissectors/packet-x509if.c     |   13 ++++++-------
 epan/osi-utils.c                    |    4 ++--
 epan/sigcomp-udvm.c                 |    2 +-
 epan/sna-utils.c                    |    2 +-
 epan/xdlc.c                         |    2 +-
 ui/cli/tap-comparestat.c            |    7 +++++--
 ui/gtk/compare_stat.c               |    7 +++++--
 ui/gtk/mtp3_stat.c                  |    3 +--
 13 files changed, 28 insertions(+), 25 deletions(-)