Skip to content

Commit ec26b92

Browse files
authored
[BINDLESS][E2E] Release unreleased handles in bindless test pt 2 (#19443)
Fixing one case missed in #19421 Signed-off-by: JackAKirk <[email protected]>
1 parent a64212d commit ec26b92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/bindless_images/read_write_2D_subregion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ int main() {
120120
// Extension: cleanup
121121
sycl::ext::oneapi::experimental::destroy_image_handle(imgHandle1, q);
122122
sycl::ext::oneapi::experimental::destroy_image_handle(imgHandle2, q);
123+
sycl::ext::oneapi::experimental::destroy_image_handle(imgHandle3, q);
123124
} catch (sycl::exception e) {
124125
std::cerr << "SYCL exception caught! : " << e.what() << "\n";
125126
return 1;

0 commit comments

Comments
 (0)