http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24668
User: morriss
Date: 2008/03/17 05:40 PM
Log:
pol_value->name was g_malloc()'d which meant we needed to go through the hash table to free them all. But, like in http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1113 the pol_value's themselves are se_ allocated so they have already been freed when we want to traverse them. So, make pol_value->name se_ allocated so we don't have to do any cleanup on the hash table.
Directory: /trunk/epan/dissectors/
Changes Path Action
+10 -26 packet-dcerpc-nt.c Modified