Skip to content

Commit 07a3c7d

Browse files
[SYCL][E2E] Fix memory leak in test (#11468)
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent a413a8c commit 07a3c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/ProgramManager/uneven_kernel_split.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ int main() {
4141
host_foo(q, buf);
4242
}
4343
q.wait();
44+
sycl::free(buf, q);
4445
return 0;
4546
}

0 commit comments

Comments
 (0)