Fix svace issue 72/266172/1
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 9 Nov 2021 01:18:17 +0000 (17:18 -0800)
committerYoungjae 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

index 0451498..5af3e94 100644 (file)
@@ -42,6 +42,7 @@ int main(int argc, char *argv[])
                }
 
                fail += run_test_suite();
+               dlclose(handle);
        }
 
        closedir(dir);