I'm running the example.c in Valgrind using the static library: valgrind --leak-check=full -s ./example
Valgrind report
LEAK SUMMARY:
definitely lost: 2,248 bytes in 16 blocks
indirectly lost: 5,184 bytes in 36 blocks
I'm checking the code, but cannot easily see which free function is missing or why that would happen
I'm running the example.c in Valgrind using the static library: valgrind --leak-check=full -s ./example
Valgrind report
LEAK SUMMARY:
definitely lost: 2,248 bytes in 16 blocks
indirectly lost: 5,184 bytes in 36 blocks
I'm checking the code, but cannot easily see which free function is missing or why that would happen