http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24664
User: morriss
Date: 2008/03/17 12:03 PM
Log:
There are several g_malloc()'d things hanging off ldasp_conv_info_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 LDAP part of the crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1113
Directory: /trunk/epan/dissectors/
Changes Path Action
+11 -5 packet-ldap.c Modified
Directory: /trunk/asn1/ldap/
Changes Path Action
+8 -2 packet-ldap-template.c Modified