ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 1c707b4: rtsp: Fixed a memory leakage.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Nov 2014 18:46:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c707b4394ef3d35f27ef39e7001a01b07ad00d9
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1c707b4 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    rtsp: Fixed a memory leakage.
    
    Moved rtsp_tcp_port_range to proto_reg_handoff and removed the unused
    range_empty() init.
    
    Change-Id: I695bc5a78d8e6177f2b2847ecee58a0d973d7d1c
    Reviewed-on: https://code.wireshark.org/review/5157
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  0b9c5cd   Improve error message by including the (expected) class information
    adds  1c707b4   rtsp: Fixed a memory leakage.


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