Skip to content

Commit

Permalink
Fix #1899; Fix memory leak in test_iterator_deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Jun 25, 2024
1 parent 63ea83f commit defeae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cub/test/test_iterator_deprecated.cu
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,7 @@ int main(int argc, char** argv)
printf("\nTest complete\n");
fflush(stdout);

g_allocator.FreeAllCached();

return 0;
}

0 comments on commit defeae2

Please sign in to comment.