Bonjour à tous,

J'ai exécuté mon programme avec valgrind pour détecter les fuites mémoires et j'ai le résultat ci dessous. Est ce que quelqu'un pourrait m'aider à le comprendre?
Merci d'avance.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
==8246== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 8 from 1)
==8246== malloc/free: in use at exit: 48 bytes in 4 blocks.
==8246== malloc/free: 14 allocs, 10 frees, 176 bytes allocated.
==8246== For counts of detected errors, rerun with: -v
==8246== searching for pointers to 4 not-freed blocks.
==8246== checked 167,776 bytes.
==8246== 
==8246== LEAK SUMMARY:
==8246==    definitely lost: 48 bytes in 4 blocks.
==8246==      possibly lost: 0 bytes in 0 blocks.
==8246==    still reachable: 0 bytes in 0 blocks.
==8246==         suppressed: 0 bytes in 0 blocks.
==8246== Rerun with --leak-check=full to see details of leaked memory.