Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Sep 8, 2024
1 parent 66dd8b4 commit 86f0a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ int main() {
// Check results
printf("example_data[4]: %d\n", example_data[50000]);
printf("example_data0[4]: %d\n", example_data0[4]);

free(example_data);
free(example_data0);
free_compute_cache();

return 0;
Expand Down

0 comments on commit 86f0a44

Please sign in to comment.