From 0bf0d908ae0ab2f90d5e775ca6dcb0fe38822236 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Wed, 10 Nov 1999 19:58:54 +0000 Subject: More small memleak fixes. colors.c wasn't freeing path in one place main.c wasn't freeing rc_file the frame_buffer fix in wtap.c didn't clear everything. svn path=/trunk/; revision=1001 --- colors.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'colors.c') diff --git a/colors.c b/colors.c index 2e71a4a7eb..15dd047d49 100644 --- a/colors.c +++ b/colors.c @@ -1,7 +1,7 @@ /* colors.c * Definitions for color structures and routines * - * $Id: colors.c,v 1.14 1999/10/12 05:00:49 guy Exp $ + * $Id: colors.c,v 1.15 1999/11/10 19:58:32 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -226,6 +226,7 @@ read_filters(capture_file *cf) g_free(path); return FALSE; } + g_free(path); i = 0; -- cgit v1.2.3