URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0ad15f88ccf434e8210ca64bc99ceeb24a943eb3
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0ad15f8 by Michael Mann (mmann78@xxxxxxxxxxxx):
Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.
Change-Id: I0338d0acda5e4b9957aad4825ca2cfd6fa506ead
Reviewed-on: https://code.wireshark.org/review/6596
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from b5eb971 Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.
adds 0ad15f8 Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.
Summary of changes:
epan/osi-utils.c | 6 +++---
epan/osi-utils.h | 2 +-
epan/proto.c | 16 +++++++---------
epan/to_str.c | 2 +-
4 files changed, 12 insertions(+), 14 deletions(-)