projects
/
platform
/
core
/
system
/
libsyscommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc635f8
)
Fix svace issue
72/266172/1
author
Youngjae Cho
<y0.cho@samsung.com>
Tue, 9 Nov 2021 01:18:17 +0000
(17:18 -0800)
committer
Youngjae Cho
<y0.cho@samsung.com>
Tue, 9 Nov 2021 01:18:17 +0000
(17:18 -0800)
Change-Id: I920fbb2f16b8af7cf164c58a18a1eb6ff2f1db9a
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
tests/test-main.c
patch
|
blob
|
history
diff --git
a/tests/test-main.c
b/tests/test-main.c
index 0451498ceb8a9c0cd05f3fab58b04d82eb5d3247..5af3e949dbcbcafbe147746635b2a81df020389d 100644
(file)
--- a/
tests/test-main.c
+++ b/
tests/test-main.c
@@
-42,6
+42,7
@@
int main(int argc, char *argv[])
}
fail += run_test_suite();
+ dlclose(handle);
}
closedir(dir);