diff options
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/main.c b/hcid/main.c index a449f37b..6a6b382c 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -34,7 +34,6 @@ #include <stdlib.h> #include <string.h> #include <signal.h> -#include <sys/time.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <sys/socket.h> @@ -660,6 +659,8 @@ int main(int argc, char *argv[], char *env[]) /* Start event processor */ g_main_run(event_loop); + g_main_unref(event_loop); + if (sdp) stop_sdp_server(); |