From 5dd7371960f02a33d50faf2f7202792c1da9a042 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Tue, 14 Aug 2012 17:58:41 +0000 Subject: more ephemeral memory cleanup svn path=/trunk/; revision=44496 --- epan/dissectors/packet-fw1.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'epan/dissectors/packet-fw1.c') diff --git a/epan/dissectors/packet-fw1.c b/epan/dissectors/packet-fw1.c index 4d9d180a5d..022f280d8b 100644 --- a/epan/dissectors/packet-fw1.c +++ b/epan/dissectors/packet-fw1.c @@ -114,17 +114,12 @@ static gint ett_fw1 = -1; #define ETH_HEADER_SIZE 14 #define MAX_INTERFACES 20 -static char *p_interfaces[MAX_INTERFACES]; +static gchar *p_interfaces[MAX_INTERFACES]; static int interface_anzahl=0; static void fw1_init(void) { - int i; - - for (i=0; i