projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f099610
)
Reset the server instance in the deinitialize function
37/198637/1
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Mon, 28 Jan 2019 08:28:23 +0000
(17:28 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Mon, 28 Jan 2019 08:28:23 +0000
(17:28 +0900)
Change-Id: I8df1bdabe10b70b608a2fc6666105fa4d21f3a81
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
test/bt_unit_test.c
patch
|
blob
|
history
diff --git
a/test/bt_unit_test.c
b/test/bt_unit_test.c
index 5653af8fc325128e5bdec321ac9505d92fde3ca5..c4d079ce4c093db2c7b639fa22d54133ee07d933 100644
(file)
--- a/
test/bt_unit_test.c
+++ b/
test/bt_unit_test.c
@@
-6155,6
+6155,8
@@
int test_input_callback(void *data)
ret = bt_gatt_server_deinitialize();
+ server = NULL;
+
TC_PRT("returns %s \n", __bt_get_error_message(ret));
break;
}