valgrind --leak-check=full --suppressions=lyskomd.supp --num-callers=40 --logfile-fd=21 --show-reachable=yes ../dbck -d config/lyskomd-config
==25218== Memcheck, a memory error detector for x86-linux.
==25218== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==25218== Using valgrind-2.4.0, a program supervision framework for x86-linux.
==25218== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
==25218== For more details, rerun with: -v
==25218== 
==25218== 
==25218== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==25218== malloc/free: in use at exit: 123918 bytes in 50 blocks.
==25218== malloc/free: 76 allocs, 26 frees, 126176 bytes allocated.
==25218== For counts of detected errors, rerun with: -v
==25218== searching for pointers to 50 not-freed blocks.
==25218== checked 369612 bytes.
==25218== 
==25218== 352 bytes in 1 blocks are still reachable in loss record 1 of 2
==25218==    at 0x1B90432C: malloc (in /usr/lib/valgrind/vgpreload_memcheck.so)
==25218==    by 0x1B9D4828: (within /lib/tls/libc-2.3.5.so)
==25218==    by 0x1B9D48EB: fopen (in /lib/tls/libc-2.3.5.so)
==25218==    by 0x805ABAB: i_fopen (fopen.c:13)
==25218==    by 0x804CDE7: init_cache (dbck-cache.c:871)
==25218==    by 0x804AFEE: init_data_base (dbck.c:1296)
==25218==    by 0x804B805: main (dbck.c:1627)
==25218== 
==25218== 
==25218== 123566 bytes in 49 blocks are still reachable in loss record 2 of 2
==25218==    at 0x1B90432C: malloc (in /usr/lib/valgrind/vgpreload_memcheck.so)
==25218==    by 0x804DCE3: smalloc (ram-smalloc.c:237)
==25218==    by 0x80560F9: assign_string (conf-file.c:333)
==25218==    by 0x8055D5B: configure_line (conf-file.c:198)
==25218==    by 0x8055E4B: read_config (conf-file.c:229)
==25218==    by 0x8051DC6: read_configuration (server-config.c:757)
==25218==    by 0x804B6F2: main (dbck.c:1568)
==25218== 
==25218== LEAK SUMMARY:
==25218==    definitely lost: 0 bytes in 0 blocks.
==25218==      possibly lost: 0 bytes in 0 blocks.
==25218==    still reachable: 123918 bytes in 50 blocks.
==25218==         suppressed: 0 bytes in 0 blocks.