Wireshark-commits: [Wireshark-commits] master 9be5c2f: Clean up the epan_dissect_t in the normal co

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 29 Sep 2018 23:54:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9be5c2fae3dc433a6e88bb254100d01794418eb2
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9be5c2f by Guy Harris (guy@xxxxxxxxxxxx):

    Clean up the epan_dissect_t in the normal code path.
    
    We initialized it, but only cleaned it up in an error code path, not in
    the regular code path.  That could leak memory.
    
    Change-Id: Ic6689163ca58990fa5091b23e7ab2e0292eed76c
    Reviewed-on: https://code.wireshark.org/review/29930
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b59cadb   Clean up the epan_dissect_t in the normal code path.
     add  9be5c2f   Clean up the epan_dissect_t in the normal code path.


Summary of changes:
 ui/qt/rtp_analysis_dialog.cpp | 2 ++
 1 file changed, 2 insertions(+)