Wireshark-commits: [Wireshark-commits] master ca23160: rtcp: Fix Dead Store

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 06 Nov 2019 11:17:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca2316069eee4409a572e4fef4e8b14b4a1832a7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ca23160 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    rtcp: Fix Dead Store
    
    Fix dead store (Dead assignement/Dead increment) Warning found by Clang
    
    Change-Id: Ic6b2aea804ca58f4c333985ce4ba0d8871b08410
    Reviewed-on: https://code.wireshark.org/review/34911
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1675e0f   extcap: Fix memory leak in extcap_get_extcap_paths
     add  ca23160   rtcp: Fix Dead Store


Summary of changes:
 epan/dissectors/packet-rtcp.c | 22 ----------------------
 1 file changed, 22 deletions(-)