From c198fc65462567cf87c914dc7eff758f18680297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 25 Jan 2010 11:47:39 +0000 Subject: From Didier Gautheron via bug 4419: se_alloc and ep_alloc never return NULL and se_alloc0 already initialized data with 0. svn path=/trunk/; revision=31654 --- epan/dissectors/packet-http.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'epan/dissectors/packet-http.c') diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c index e5401600eb..4e0560a127 100644 --- a/epan/dissectors/packet-http.c +++ b/epan/dissectors/packet-http.c @@ -549,9 +549,6 @@ get_http_conversation_data(packet_info *pinfo) /* Setup the conversation structure itself */ conv_data = se_alloc0(sizeof(http_conv_t)); - conv_data->request_method = NULL; - conv_data->request_uri = NULL; - conversation_add_proto_data(conversation, proto_http, conv_data); } -- cgit v1.2.3