Skip to content

Commit

Permalink
Update tests/regression/76-memleak/16-no-mem-leak-thread-exit-main.c
Browse files Browse the repository at this point in the history
Co-authored-by: Simmo Saan <[email protected]>
  • Loading branch information
jerhard and sim642 authored Nov 22, 2023
1 parent 645b03c commit c6cb63e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int main(int argc, char const *argv[]) {

pthread_exit(NULL);

// A pthread_join called in main will wait for other threads to finish
// A pthread_exit called in main will wait for other threads to finish
// Therefore, no memory leak here
return 0; // NOWARN
}

0 comments on commit c6cb63e

Please sign in to comment.