Wireshark-commits: [Wireshark-commits] master 6500d80: Qt: Use g_new0 to allocate fmt_data
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 05 Nov 2019 13:21:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6500d8071ef988d39d4295ee2e464dbd7ffa1e3c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6500d80 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Use g_new0 to allocate fmt_data
    
    The column fmt_data will be g_free()'d later so ensure this is
    allocated using g_new0().
    
    Change-Id: I31abe4ea16004e7972a59b4fff965460fa930800
    Reviewed-on: https://code.wireshark.org/review/34981
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c0cec58   RTP: rtp_audio_stream.cpp: fixed excess silence in visualisation on waveform
     add  6500d80   Qt: Use g_new0 to allocate fmt_data


Summary of changes:
 ui/qt/models/column_list_model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)