ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 24666: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 17 Mar 2008 16:55:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24666

User: morriss
Date: 2008/03/17 04:55 PM

Log:
 There are several g_malloc()'d things hanging off x11_conv_data_t's so don't se_ alloc that structure but rather g_malloc() it and free it after we've freed the contents.  This fixes the X11 part of the crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1113

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +161 -155  packet-x11.c    Modified