From 0f7aa56363fd02ff32dc850973f63cf747dcc619 Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Wed, 17 Dec 2014 16:49:00 +0100 Subject: [PATCH] android/bluetooth: Minor fix, add missing NULL assignment --- android/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/bluetooth.c b/android/bluetooth.c index c3f5203e1..5a4f13617 100644 --- a/android/bluetooth.c +++ b/android/bluetooth.c @@ -5348,6 +5348,8 @@ bool bt_bluetooth_register(struct ipc *ipc, uint8_t mode) failed: queue_destroy(unpaired_cb_list, NULL); + unpaired_cb_list = NULL; + return false; } -- 2.47.3