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