Wireshark-commits: [Wireshark-commits] master ac041b9: Qt: fix memleak from cf_get_display_name

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 30 May 2018 08:18:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ac041b9d0b3915253731e520e179480dfa2d030b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ac041b9 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: fix memleak from cf_get_display_name
    
    Free the memory as documented.
    
    Change-Id: I8a8842160be676bb08f5b93e795b9ed8edef2ede
    Reviewed-on: https://code.wireshark.org/review/27829
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1a1f424   Add PROXY(v2) protocol
    adds  ac041b9   Qt: fix memleak from cf_get_display_name


Summary of changes:
 ui/qt/sctp_assoc_analyse_dialog.cpp    | 2 +-
 ui/qt/sctp_chunk_statistics_dialog.cpp | 5 ++---
 ui/qt/sctp_graph_arwnd_dialog.cpp      | 3 ++-
 ui/qt/sctp_graph_byte_dialog.cpp       | 3 ++-
 ui/qt/sctp_graph_dialog.cpp            | 3 ++-
 ui/qt/tcp_stream_dialog.cpp            | 2 +-
 6 files changed, 10 insertions(+), 8 deletions(-)