aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-12-02 09:47:23 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-12-02 09:47:23 +0000
commit266b5a4b2e6ad843a05d4f4c6a1f6ebf19949a06 (patch)
treeaccab8f7845fff84b0989b7ae67de3759e5207b5 /epan/proto.c
parent917c9da95e2a3965445995d2d0e392106a05b104 (diff)
Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t data
svn path=/trunk/; revision=9140
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 0d3768b7f7..b24c1bdb0f 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c,v 1.117 2003/12/02 09:11:15 sahlberg Exp $
+ * $Id: proto.c,v 1.118 2003/12/02 09:47:22 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -291,8 +291,6 @@ proto_cleanup(void)
if (tree_is_expanded != NULL)
g_free(tree_is_expanded);
- /* Cleanup the ftype subsystem */
- ftypes_cleanup();
}
/* frees the resources that the dissection a proto_tree uses */