projects
/
platform
/
core
/
api
/
thread.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2409af
)
Add to clean up after used API for instance
07/273107/1
author
hyunuk.tak
<hyunuk.tak@samsung.com>
Mon, 28 Mar 2022 02:47:58 +0000
(11:47 +0900)
committer
hyunuk.tak
<hyunuk.tak@samsung.com>
Thu, 31 Mar 2022 00:41:11 +0000
(09:41 +0900)
Change-Id: I18b6e08f31df25d67462ea2e945860b93c3470ee
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
tests/unittest/thread-unittest-joiner.cpp
patch
|
blob
|
history
diff --git
a/tests/unittest/thread-unittest-joiner.cpp
b/tests/unittest/thread-unittest-joiner.cpp
index 31812c4e255faae78af5d2ebf94dec94ec431603..2b073ef984430ace6e30a2a4d24a5f7600b94fea 100644
(file)
--- a/
tests/unittest/thread-unittest-joiner.cpp
+++ b/
tests/unittest/thread-unittest-joiner.cpp
@@
-45,6
+45,8
@@
protected:
void TearDown() override
{
+ if (instance)
+ thread_disable(instance);
thread_deinitialize();
}
};