URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0e5a9759e1eb6f8cf40af4b2337d45f467f2fb53
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
0e5a975 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/3070
Actions performed:
from bf70fc5 Add application/atom+xml as an XML document type.
adds 0e5a975 Squelch a warning.
Summary of changes:
file.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)