aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-12-18 19:44:10 +0000
committerGerald Combs <gerald@wireshark.org>2009-12-18 19:44:10 +0000
commit34016ac777204cb25743d8c40bd8cc697e20b0db (patch)
tree973312772632e222291c97e848b61f1eef50008f /airpcap_loader.c
parent59835dbe0f7e5254862921555c0b1376196c2d60 (diff)
Don't try to free a static pointer.
svn path=/trunk/; revision=31315
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c1
1 files changed, 0 insertions, 1 deletions
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