Wireshark-commits: [Wireshark-commits] lts-1.2.11 2af3111: Don't free the hash if another one exist

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 4 Oct 2014 11:11:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2af3111a727432a877152aad1026d0c5a0d7bbf0
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.2.11
Repository: wireshark

Commits:

2af3111 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.
    
    Conflicts:
    	epan/dissectors/packet-rtp.c
    
    Bug:9920
    Change-Id: I6501b0e8a9616b0ddc72c4e7a7f9a9ebe145b7c5
    Reviewed-on: https://code.wireshark.org/review/3342
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/4436
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Tested-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  a82d440   Initialize whole buffer in GPRS Mobility and Session Management dissector
    adds  2af3111   Don't free the hash if another one exists


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