Wireshark-commits: [Wireshark-commits] master 298085d: Qt: fix memory leaks in UatDialog

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 Jan 2017 22:27:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=298085def885f4dc1a8edc1dff15fa6c8ba081d5
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

298085d by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: fix memory leaks in UatDialog
    
    Avoid leaking memory for the stringified UAT field values (tostr) and
    for copies of rows.
    
    Change-Id: I1bf20035fabe92da8216c820bc47ebce7dd73951
    Reviewed-on: https://code.wireshark.org/review/19604
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  dc647f1   geoip: free resources to avoid leak.
    adds  298085d   Qt: fix memory leaks in UatDialog


Summary of changes:
 ui/qt/uat_model.cpp |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)