Skip to content

Commit

Permalink
[SYCL][ESIMD][E2E] Fix memleak in copyto_copyfrom USM tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Sep 13, 2024
1 parent 5b9f0f6 commit 427b1bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ bool testUSM(queue Q, uint32_t Groups, uint32_t Threads,

bool Passed = verify(Out, Size, N);

sycl::free(In, Q);
sycl::free(Out, Q);

return Passed;
Expand Down

0 comments on commit 427b1bb

Please sign in to comment.