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:
a184d9e
)
Fix svace issue
04/266404/1
accepted/tizen/6.5/unified/20211112.053752
submit/tizen_6.5/20211111.114624
author
Youngjae Cho
<y0.cho@samsung.com>
Tue, 9 Nov 2021 01:18:17 +0000
(17:18 -0800)
committer
INSUN PYO
<insun.pyo@samsung.com>
Thu, 11 Nov 2021 11:43:49 +0000
(11:43 +0000)
Change-Id: I920fbb2f16b8af7cf164c58a18a1eb6ff2f1db9a
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit
24159abc46b34ca5dad1541398b1beb5e3533440
)
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);