Wireshark-commits: [Wireshark-commits] master fb055b1: log3gpp: Fix purpose of 'init' in proto_reg_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Jul 2019 15:23:12 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb055b1c4f2c49314313c0e2072d56998bd74701
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

fb055b1 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    log3gpp: Fix purpose of 'init' in proto_reg_handoff_log3gpp
    
    The purpose of 'init' in proto_reg_handoff_log3gpp() is to avoid doing
    multiple dissector_add_uint(), so make this variable static.
    
    Change-Id: Ie69c0b20d56102035ef44bd5c71aee87949a5191
    Reviewed-on: https://code.wireshark.org/review/34118
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b09f249   Qt: Fix memory leak in zip helper
     add  fb055b1   log3gpp: Fix purpose of 'init' in proto_reg_handoff_log3gpp


Summary of changes:
 epan/dissectors/packet-log3gpp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)