valgrind --num-callers=40 --suppressions=lyskomd.supp --leak-check=full --logfile-fd=21 --show-reachable=yes ../lyskomd -f config/lyskomd-config
==22224== Memcheck, a memory error detector for x86-linux.
==22224== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==22224== Using valgrind-2.4.0, a program supervision framework for x86-linux.
==22224== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
==22224== For more details, rerun with: -v
==22224== 
==22224== 
==22224== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 23 from 1)
==22224== malloc/free: in use at exit: 17130 bytes in 4 blocks.
==22224== malloc/free: 23345 allocs, 23341 frees, 31835030 bytes allocated.
==22224== For counts of detected errors, rerun with: -v
==22224== searching for pointers to 4 not-freed blocks.
==22224== checked 467688 bytes.
==22224== 
==22224== 704 bytes in 2 blocks are still reachable in loss record 1 of 2
==22224==    at 0x1B90432C: malloc (in /usr/lib/valgrind/vgpreload_memcheck.so)
==22224==    by 0x1B9F7828: (within /lib/tls/libc-2.3.5.so)
==22224==    by 0x1B9F78EB: fopen (in /lib/tls/libc-2.3.5.so)
==22224==    by 0x809CB3F: i_fopen (fopen.c:13)
==22224==    by 0x804EE26: init_cache (simple-cache.c:2628)
==22224==    by 0x804A651: init_data_base (ramkomd.c:278)
==22224==    by 0x804AB8E: initialize (ramkomd.c:559)
==22224==    by 0x804AD1F: main (ramkomd.c:641)
==22224== 
==22224== LEAK SUMMARY:
==22224==    definitely lost: 0 bytes in 0 blocks.
==22224==      possibly lost: 0 bytes in 0 blocks.
==22224==    still reachable: 704 bytes in 2 blocks.
==22224==         suppressed: 16426 bytes in 2 blocks.