Wireshark-commits: [Wireshark-commits] master ea754b6: Plug a leak.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 09 Mar 2018 02:13:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea754b6761116133b506b782c079793d37d744a6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ea754b6 by Guy Harris (guy@xxxxxxxxxxxx):

    Plug a leak.
    
    "field" might be allocated even if the calculation type is
    CALC_TYPE_BYTES, CALC_TYPE_FRAMES, or CALC_TYPE_FRAMES_AND_BYTES.
    
    Change-Id: I0c70397a89e32172769c277bebfd950f1d21c679
    Reviewed-on: https://code.wireshark.org/review/26378
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7ffc4f9   When looking up response codes, just keep the key on the stack.
    adds  ea754b6   Plug a leak.


Summary of changes:
 ui/cli/tap-iostat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)