Wireshark-commits: [Wireshark-commits] master 44ba346: gtk: Check chunk before g_string_chunk_clear
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Jun 2016 15:19:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=44ba346c48511233d7ea2378ed32ca7a1132ba20
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

44ba346 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    gtk: Check chunk before g_string_chunk_clear
    
    Avoid this warning from wireshark-gtk:
     (wireshark-gtk:39505): GLib-CRITICAL **: g_string_chunk_clear: assertion
     'chunk != NULL' failed
    
    Change-Id: I413b3435a1ac595236dd1c4e619e3af1543b6a91
    Reviewed-on: https://code.wireshark.org/review/15970
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d3bb3a0   Typing error line 4928 of packet-dns.c
    adds  44ba346   gtk: Check chunk before g_string_chunk_clear


Summary of changes:
 ui/gtk/packet_list_store.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)