From 2614ec5ea01b8f3504e2604ac57b0cc125d5e99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 12 Sep 2013 22:26:43 +0000 Subject: emem -> wmem svn path=/trunk/; revision=51993 --- epan/dissectors/packet-x224.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-x224.c') diff --git a/epan/dissectors/packet-x224.c b/epan/dissectors/packet-x224.c index c9ed77cfe8..9257c97f84 100644 --- a/epan/dissectors/packet-x224.c +++ b/epan/dissectors/packet-x224.c @@ -31,7 +31,7 @@ #include "packet-tpkt.h" #include -#include +#include void proto_register_x224(void); void proto_reg_handoff_x224(void); @@ -227,7 +227,7 @@ dissect_x224(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void *d /* No. Attach that information to the conversation, and add * it to the list of information structures. */ - x224_info = se_new(x224_conv_info_t); + x224_info = wmem_new(wmem_file_scope(), x224_conv_info_t); x224_info->klass=0; conversation_add_proto_data(conversation, proto_x224, x224_info); -- cgit v1.2.3