Wireshark-commits: [Wireshark-commits] master-1.10 81c4eee: Don't free the hash if another one exis

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 3 Aug 2014 20:55:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81c4eee84b6ee19fd27929856fa1465b1af148c6
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

81c4eee by Evan Huus (eapache@xxxxxxxxx):

    Don't free the hash if another one exists
    
    Other dissectors may still have references. This is a quick hacky fix that adds
    a (very small) memory leak since the real fix in master is way too big to
    backport.
    
    Bug:9920
    Change-Id: I6501b0e8a9616b0ddc72c4e7a7f9a9ebe145b7c5
    Reviewed-on: https://code.wireshark.org/review/3342
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  04bce50   [Automatic manuf, services and enterprise-numbers update for 2014-08-03]
    adds  81c4eee   Don't free the hash if another one exists


Summary of changes:
 epan/dissectors/packet-rtp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)