You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@netbook:~/Учёба/C/Список$ valgrind --leak-check=full ./test > /dev/null
==15436== Memcheck, a memory error detector
==15436== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==15436== Using Valgrind-3.10.0.SVN and LibVEX; rerun with -h for copyright info
==15436== Command: ./test
==15436==
==15436==
==15436== HEAP SUMMARY:
==15436== in use at exit: 104 bytes in 1 blocks
==15436== total heap usage: 11 allocs, 10 frees, 1,144 bytes allocated
==15436==
==15436== 104 bytes in 1 blocks are definitely lost in loss record 1 of 1
==15436== at 0x4C2AB80: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15436== by 0x4011B9: lst_insert_before (list.c:103)
==15436== by 0x4008D7: main (test.c:52)
==15436==
==15436== LEAK SUMMARY:
==15436== definitely lost: 104 bytes in 1 blocks
==15436== indirectly lost: 0 bytes in 0 blocks
==15436== possibly lost: 0 bytes in 0 blocks
==15436== still reachable: 0 bytes in 0 blocks
==15436== suppressed: 0 bytes in 0 blocks
==15436==
==15436== For counts of detected and suppressed errors, rerun with: -v
==15436== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
The text was updated successfully, but these errors were encountered:
valgrind обнаружил утечку памяти
The text was updated successfully, but these errors were encountered: