Skip to content

Commit

Permalink
Remove double delete from example in README
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
adastleyatvi committed Sep 30, 2020
1 parent 66572e7 commit 1cd59e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ int main(int argc, char *argv) {

// Cleanup
delete[] subsets;
delete[] tasks;

// The destructor of TaskScheduler will shut down all the worker threads
// and unbind the main thread
Expand Down

0 comments on commit 1cd59e9

Please sign in to comment.