From 45e9efc6a915f8c5b7874911c8836c9b7fdda7f5 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 9 Jul 2012 01:56:27 +0000 Subject: From Evan Huus: Fix leaks - don't g_strdup a string just to use it in a g_strdup_printf - clean up properly in error cases in lua bindings - misc. other missing g_free() calls - one missing fclose() in the new 80211_utils https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7454 svn path=/trunk/; revision=43617 --- mkcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkcap.c') diff --git a/mkcap.c b/mkcap.c index f3bc42e69c..5f9515971a 100644 --- a/mkcap.c +++ b/mkcap.c @@ -571,8 +571,8 @@ process_drop_list(char *drop_list) else drops[commas / 2].drop_seg_start = num; } - + g_free(save); } -- cgit v1.2.1