aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/shared/shell.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/shell.c b/src/shared/shell.c
index 68499b464b..7bcfcff3ee 100644
--- a/src/shared/shell.c
+++ b/src/shared/shell.c
@@ -4,7 +4,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2017 Intel Corporation. All rights reserved.
- *
+ * Copyright 2024 NXP
*
*/
@@ -1362,7 +1362,9 @@ void bt_shell_cleanup(void)
rl_cleanup();
queue_destroy(data.inputs, NULL);
+ data.inputs = NULL;
queue_destroy(data.queue, free);
+ data.queue = NULL;
queue_destroy(data.prompts, prompt_free);
data.prompts = NULL;