Wireshark-commits: [Wireshark-commits] master bab7b8d: prefs: plug a memory leak.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 03 May 2020 00:07:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bab7b8d638ba0ac6901d4295586d1f9865cbbb76
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bab7b8d by Guy Harris (guy@xxxxxxxxxxxx):

    prefs: plug a memory leak.
    
    Don't allocate the cols_hidden GString until we know we need it.
    
    Change-Id: I02966d2820efeb5d61d259a567bf9063d8b519f1
    Ping-Bug: 16335
    Reviewed-on: https://code.wireshark.org/review/37043
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  95073e2   epan/color filters: plug a memory leak.
     add  bab7b8d   prefs: plug a memory leak.


Summary of changes:
 epan/prefs.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)