am 3b10ba6f: Merge "Add some missing dlclose(.)"
* commit '3b10ba6f1b743ddced32474891ff6d1cb83c027a': Add some missing dlclose(.)
This commit is contained in:
commit
69fde6b4a7
@ -338,4 +338,6 @@ TEST(dlfcn, dlopen_symlink) {
|
||||
ASSERT_TRUE(handle1 != NULL);
|
||||
ASSERT_TRUE(handle2 != NULL);
|
||||
ASSERT_EQ(handle1, handle2);
|
||||
dlclose(handle1);
|
||||
dlclose(handle2);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user