Wireshark-commits: [Wireshark-commits] master 7f591e4: Clean up more unnecessary use of the 'volati

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Oct 2015 11:28:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7f591e4c07e10168f06a6a0dbb04bc66613836a7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7f591e4 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Clean up more unnecessary use of the 'volatile' key word.
    
    Change-Id: I3e72fddc6ed380780d7e2e1c8df87e580138188d
    Reviewed-on: https://code.wireshark.org/review/11271
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e2203f5   Qt: fix memory leaks in VoIP calls window
    adds  7f591e4   Clean up more unnecessary use of the 'volatile' key word.


Summary of changes:
 epan/dissectors/packet-6lowpan.c   |   10 +++++-----
 epan/dissectors/packet-bgp.c       |    3 +--
 epan/dissectors/packet-cast.c      |    2 +-
 epan/dissectors/packet-dcerpc.c    |    2 +-
 epan/dissectors/packet-fw1.c       |    2 +-
 epan/dissectors/packet-gmhdr.c     |   12 ++++++------
 epan/dissectors/packet-ieee80211.c |   10 +++++-----
 epan/dissectors/packet-mac-lte.c   |   29 +++++++++++++++--------------
 epan/dissectors/packet-mp2t.c      |    4 ++--
 epan/dissectors/packet-rpc.c       |    2 +-
 epan/dissectors/packet-sflow.c     |    2 +-
 epan/dissectors/packet-ssl.c       |    4 ++--
 epan/dissectors/packet-turbocell.c |    2 +-
 epan/dissectors/packet-vlan.c      |    6 +++---
 epan/dissectors/packet-vmlab.c     |    4 ++--
 epan/dissectors/packet-x11.c       |   22 +++++++++++-----------
 16 files changed, 58 insertions(+), 58 deletions(-)