Wireshark-commits: [Wireshark-commits] master bfac764: Lua: Cleanup ProtoField_time

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Dec 2015 05:20:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfac7647976ef606ec2c98715e6b7d8f19f6b94e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Lua: Cleanup ProtoField_time
    
    Reverted some unneeded changes from 7f074364 because it's currently
    only used for FT_ABSOLUTE_TIME.
    
    Also fixed some small indent issues.
    
    Change-Id: I923e35bf8ad4e991518bee973b87d4be06137463
    Reviewed-on: https://code.wireshark.org/review/12539
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3d0f9a4   No need to free the value of a string preference in the garbage collector.
    adds  bfac764   Lua: Cleanup ProtoField_time


Summary of changes:
 epan/wslua/wslua_proto_field.c |   25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)