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-1.12 663b13b: Squelch a warning.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Jul 2014 00:15:53 +0000 (UTC)
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(-)