dcerpc_fragment_key_copy(): don't se_alloc() the key:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 18 Oct 2009 19:46:46 +0000 (19:46 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 18 Oct 2009 19:46:46 +0000 (19:46 +0000)
commit1a45eaeb47ea6d8033ef0c16882cb023acb203c8
tree85373ff7b96839931ecd08da71de96bd0aef4934
parent057f171ab9b218599f300315eb0a25c247cf7ac1
dcerpc_fragment_key_copy(): don't se_alloc() the key:
- it contains pointers to a couple malloc()'d addresses
- it is inserted in the fragment table (the contents of which are
  g_free()'d in free_all_fragments())

Instead, do like fragment_key_copy() and use a g_slice or g_chunk, depending
on the glib version.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30599 f5534014-38df-0310-8fa8-9805f1628bb7
epan/reassemble.c