I can't understand how the bug track refuse non project members from reporting bugs.
anyway, I use this medium to report:
just int void(main) { boost::threadpool::pool tpool(1) return 0; }
produces memory leaks as valgrind reports.
Log in to post a comment.
I can't understand how the bug track refuse non project members from reporting bugs.
anyway, I use this medium to report:
just
int void(main) {
boost::threadpool::pool tpool(1)
return 0;
}
produces memory leaks as valgrind reports.