aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-27 12:05:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-27 12:05:05 +0000
commit5dd51dc735435adf68248409534c75cee44b4ef8 (patch)
tree68288b28a1532b3241c1eebeb63089c67cc1329f /epan/dissectors/packet-http.c
parentecb07acdef33c5b5e31679147829103784bd1f78 (diff)
fix a tiny memory leak where we would lose a few kbyte once when wireshark is starting up
svn path=/trunk/; revision=18579
Diffstat (limited to 'epan/dissectors/packet-http.c')
-rw-r--r--epan/dissectors/packet-http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 2f3fda2ea5..ed2a08da12 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -2201,8 +2201,6 @@ proto_register_message_http(void)
"message-http"
);
proto_register_subtree_array(ett, array_length(ett));
- message_http_handle = create_dissector_handle(dissect_message_http,
- proto_message_http);
}
void