URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=437477ce08f222c8e00814daff6dfc1ee6add8a2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
437477c by Guy Harris (guy@xxxxxxxxxxxx):
    Change the declaration of nghttp2_mem_free2() to match the definition.
    
    The free routine pointer was renamed to free_func to avoid collisions
    with the standard C free() function.
    
    From Jeff Morris' abandoned change Ia3810fe228b497d888d825f8b606078e2f71be65.
    
    Change-Id: Iedeb74625b13d1097da510487b60f38861a42bec
    Reviewed-on: https://code.wireshark.org/review/15666
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  d67e305   Pick up some updates from Jeff Morris' abandoned change.
    adds  437477c   Change the declaration of nghttp2_mem_free2() to match the definition.
Summary of changes:
 epan/nghttp2/nghttp2_mem.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)