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 24669: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 17 Mar 2008 17:46:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24669

User: morriss
Date: 2008/03/17 05:46 PM

Log:
 Fix another crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1113 : conv_tables_t hold several g_malloc()'d things that need to be freed in smb_init_protocol() but the conv_tables themselves were se_ allocated so they have already been freed by the time we want to try to free them.  Fix this by g_malloc()'ing them and freeing them after we've freed their contents.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +7 -8      packet-smb.c    Modified