Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 93abde1

Browse files
authored
[SYCL] fix memory leak (#646)
Signed-off-by: Byoungro So <[email protected]>
1 parent a38a484 commit 93abde1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SYCL/InorderQueue/in_order_kernels.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ int main() {
105105
err_cnt++;
106106
}
107107
}
108+
free(A, ctx);
108109
if (err_cnt != 0) {
109110
std::cerr << "Total mismatch = " << err_cnt << std::endl;
110111
return 1;

0 commit comments

Comments
 (0)