http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30601
User: morriss
Date: 2009/10/18 01:13 PM
Log:
Don't se_alloc() the conversation structure which contains pointers to two
g_hash_tables that we then try to free in ros_reinit(). Instead, g_malloc()
the conversation structure and free it (along with the hash tables) in the
reinit function.
Directory: /trunk/epan/dissectors/
Changes Path Action
+29 -23 packet-ros.c Modified
Directory: /trunk/asn1/ros/
Changes Path Action
+27 -21 packet-ros-template.c Modified