From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/main.c b/android/main.c index 4dc3061..30792c5 100644 --- a/android/main.c +++ b/android/main.c @@ -566,6 +566,7 @@ int main(int argc, char *argv[]) __btd_log_init("*", 0); if (!set_capabilities()) { + __btd_log_cleanup(); g_source_remove(signal); return EXIT_FAILURE; } @@ -574,11 +575,13 @@ int main(int argc, char *argv[]) quit_eventloop, NULL); if (bluetooth_start_timeout == 0) { error("Failed to init startup timeout"); + __btd_log_cleanup(); g_source_remove(signal); return EXIT_FAILURE; } if (!bt_bluetooth_start(option_index, adapter_ready)) { + __btd_log_cleanup(); g_source_remove(bluetooth_start_timeout); g_source_remove(signal); return EXIT_FAILURE; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html