Skip to content

E3-1505: Add valgrind suppression to iocsh

Lucas Magalhães requested to merge add_valgrind_erros into master

Some pthreads are perpetual and are not cleaned during termination, so they "leak" without bringing issues. We are adding this to a suppression file to easy debuging.

Merge request reports