|
From: Guillaume K. <gu...@gm...> - 2008-05-17 12:59:33
|
hi, when running valgrind on my program, i get the following summary : ==32634== ==32634== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 12 from 1) ==32634== malloc/free: in use at exit: 0 bytes in 0 blocks. ==32634== malloc/free: 0 allocs, 0 frees, 0 bytes allocated. ==32634== For counts of detected errors, rerun with: -v ==32634== All heap blocks were freed -- no leaks are possible. i don't understand what "suppressed: 12 from 1" mean, is that 12 errors that were automatically removed ? are they important ? should i care about them ? thanks a lot. |