From 34016ac777204cb25743d8c40bd8cc697e20b0db Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 18 Dec 2009 19:44:10 +0000 Subject: Don't try to free a static pointer. svn path=/trunk/; revision=31315 --- airpcap_loader.c | 1 - 1 file changed, 1 deletion(-) (limited to 'airpcap_loader.c') diff --git a/airpcap_loader.c b/airpcap_loader.c index 90abe336b1..65148975db 100644 --- a/airpcap_loader.c +++ b/airpcap_loader.c @@ -2336,7 +2336,6 @@ set_on_off(pref_t *pref, gpointer ud) { number = *pref->varp.boolp; - g_free((void *)*pref->varp.boolp); if(*is_on) *pref->varp.boolp = TRUE; else -- cgit v1.2.3