Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master f545cc5: proto: use json_node_free instead of json_no

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Apr 2018 11:55:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f545cc53218070bb78c3f19b70b28b10247936b1
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f545cc5 by Dario Lombardo (lomato@xxxxxxxxx):

    proto: use json_node_free instead of json_node_unref.
    
    The latter is present in recent versions only.
    
    Change-Id: I1da84ff0ba93ee4a3725163f0ed3a745466e201b
    Reviewed-on: https://code.wireshark.org/review/27024
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  b887fd4   CMake: fix build with json-glib with gold linker
    adds  f545cc5   proto: use json_node_free instead of json_node_unref.


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