Wireshark-commits: [Wireshark-commits] master a2e2c1f: Fix memory leak printing eui64s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Jun 2015 18:40:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2e2c1f99783b5ad1048e9bba5b7a2834680b5fd
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a2e2c1f by Evan Huus (eapache@xxxxxxxxx):

    Fix memory leak printing eui64s
    
    The scope that is passed in should only be used for the return value - other
    temporary buffers we must alloc/free ourselves, since if the scope is NULL they
    will not be managed automatically.
    
    Bug: 11293
    Change-Id: I27be856f1c5cdf47f78e766192a29523664a543e
    Reviewed-on: https://code.wireshark.org/review/9007
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  27fc2b7   ERM (Aruba): Fix Assigned value is garbage or undefined found by Clang Analyzer
    adds  a2e2c1f   Fix memory leak printing eui64s


Summary of changes:
 epan/addr_resolv.c |   10 +++++++---
 epan/to_str.c      |    3 ++-
 2 files changed, 9 insertions(+), 4 deletions(-)