Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Mon, 17 Mar 2008 17:40:59 GMT
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