URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=929d41c6856139168c441a14498210d31574de97
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
929d41c by Evan Huus (eapache@xxxxxxxxx):
    Replace the last THROW ep_ calls with wmem
    
    They (should) all be strictly within the context of dissection, so can just
    become packet_scope.
    
    Change-Id: Iaaa733628132f3ee3f1597f3df956e44080734f6
    Reviewed-on: https://code.wireshark.org/review/6631
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    
Actions performed:
    from  212eb17   replace DISSECTOR_ASSERT ep strings with wmem
    adds  929d41c   Replace the last THROW ep_ calls with wmem
Summary of changes:
 epan/proto.c |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)