Wireshark-commits: [Wireshark-commits] master 86726f4: Trim down the use of ep_ memory in the displ

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 18 Jan 2015 00:28:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=86726f404a60003585d6a5f64f908b091bcac099
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

86726f4 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Trim down the use of ep_ memory in the display filter code.
    
    Couldn't quite eliminate it completely, but it's much improved.  Need to figure out where/when to free dfilter_error_msg.
    
    Change-Id: I10216e9546d38e83f69991ded8ec0b3fc8472035
    Reviewed-on: https://code.wireshark.org/review/6591
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0ad15f8   Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.
    adds  86726f4   Trim down the use of ep_ memory in the display filter code.


Summary of changes:
 epan/dfilter/dfilter-macro.c |   40 +++++++++++++++++++++-------------------
 epan/dfilter/dfilter-macro.h |    2 +-
 epan/dfilter/dfilter.c       |    8 +++++++-
 epan/dfilter/dfunctions.c    |    3 ++-
 4 files changed, 31 insertions(+), 22 deletions(-)