diff --git a/tests/ext_bugs/memleak.c b/tests/ext_bugs/memleak.c index 6cb5c7f..7e26329 100644 --- a/tests/ext_bugs/memleak.c +++ b/tests/ext_bugs/memleak.c @@ -5,6 +5,9 @@ #include #include +/* This showcasts this issue: https://sourceware.org/ml/glibc-bugs/2007-04/msg00036.html */ +/* Alsoe here: http://stackoverflow.com/questions/27803819/pthreads-leak-memory-even-if-used-correctly/27804629 */ + volatile int threads_keepalive = 1; void* thread_do(void *arg){