aboutsummaryrefslogtreecommitdiffstats
path: root/colors.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-10 19:58:54 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-10 19:58:54 +0000
commit0bf0d908ae0ab2f90d5e775ca6dcb0fe38822236 (patch)
tree0f7280bae26d4969031bf9e89c4b2ed1db16c8b5 /colors.c
parent02a64faea703a99bcf66581a0964580a5ed6b432 (diff)
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
Diffstat (limited to 'colors.c')
-rw-r--r--colors.c3
1 files changed, 2 insertions, 1 deletions
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 <gerald@zing.org>
@@ -226,6 +226,7 @@ read_filters(capture_file *cf)
g_free(path);
return FALSE;
}
+ g_free(path);
i = 0;