Wireshark-commits: [Wireshark-commits] master-1.12 663b13b: Squelch a warning.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=663b13b9309635c726a1a82a03ecfb0890ec8540
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
663b13b by Guy Harris (guy@xxxxxxxxxxxx):
    Squelch a warning.
    
    In at least some versions of GLib, g_array_free() warns if passed a null
    pointer, rather than just silently returning.
    
    Change-Id: I1bfc0a81faa1eeebe288f6e0cc58ebfb64784958
    Reviewed-on: https://code.wireshark.org/review/3068
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 28971b28518ba0c210690d97c29df984064f4cca)
    Reviewed-on: https://code.wireshark.org/review/3069
    
Actions performed:
    from  445abfa   Only one buffer.c, please.
    adds  663b13b   Squelch a warning.
Summary of changes:
 file.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)