summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/glib-ectomy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/glib-ectomy.c b/hcid/glib-ectomy.c
index b97cdea7..5b56855e 100644
--- a/hcid/glib-ectomy.c
+++ b/hcid/glib-ectomy.c
@@ -161,6 +161,8 @@ void g_main_loop_run (GMainLoop *loop)
}
}
+
+ free(ufds);
}
void g_main_loop_quit (GMainLoop *loop)