Skip to content

Commit 475b3c6

Browse files
committed
[ur] Fix leak validation test fixture
This patch removes a superflous call to `urLoaderConfigRelease` which resulted in attempting to release and already destroyed `ur_loader_config_handle_t`.
1 parent e8e96ce commit 475b3c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/layers/validation/fixtures.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ struct urTest : ::testing::Test {
1818
UR_RESULT_SUCCESS);
1919
ur_device_init_flags_t device_flags = 0;
2020
ASSERT_EQ(urInit(device_flags, loader_config), UR_RESULT_SUCCESS);
21-
ASSERT_EQ(urLoaderConfigRelease(loader_config), UR_RESULT_SUCCESS);
2221
}
2322

2423
void TearDown() override {

0 commit comments

Comments
 (0)