http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26466
User: jake
Date: 2008/10/15 01:02 PM
Log:
From Andrew Narver:
Currently, if you call proto_tree_free on anything other than the root node of a tree
the tree will get left in an inconsistent state. This is because the parent is left pointing
to the newly freed child.
The traversal code is updated, the parent node update is currently disabled since
freeing is done for the complete tree only at this time, so there is no need to keep
the parent node consistent.
Directory: /trunk/epan/dfilter/
Changes Path Action
+1 -1 dfilter-macro.c Modified
Directory: /trunk/epan/
Changes Path Action
+42 -27 proto.c Modified
+1 -1 proto.h Modified