Skip to content

Commit 7cfd6e8

Browse files
authored
Merge pull request #732 from kbenzie/benie/fix-windows-leak-layer-test-fixture
[ur] Fix leak validation test fixture
2 parents 974a7d6 + 475b3c6 commit 7cfd6e8

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)