URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=28971b28518ba0c210690d97c29df984064f4cca
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
28971b2 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>
Actions performed:
from d4dab16 Only one buffer.c, please.
adds 28971b2 Squelch a warning.
Summary of changes:
file.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)