==8992== Memcheck, a memory error detector
==8992== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==8992== Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info
==8992== Command: dzTest -loadPng=/home/root/muenchen.png_unsupported.png
==8992== Parent PID: 8713
==8992== 
==8992== 
==8992== FILE DESCRIPTORS: 4 open at exit.
==8992== Open file descriptor 3: /home/root/dzTest_t3_png_damaged.txt
==8992==    <inherited from parent>
==8992== 
==8992== Open file descriptor 2: /dev/pts/0
==8992==    <inherited from parent>
==8992== 
==8992== Open file descriptor 1: /dev/pts/0
==8992==    <inherited from parent>
==8992== 
==8992== Open file descriptor 0: /dev/pts/0
==8992==    <inherited from parent>
==8992== 
==8992== 
==8992== HEAP SUMMARY:
==8992==     in use at exit: 14,374,920 bytes in 1,661 blocks
==8992==   total heap usage: 2,787 allocs, 1,126 frees, 14,822,193 bytes allocated
==8992== 
==8992== 191,292 bytes in 19 blocks are possibly lost in loss record 236 of 238
==8992==    at 0x48479CC: malloc (vg_replace_malloc.c:299)
==8992==    by 0x4E2C613: tImage::loadPng(tString const&, bool) (in /usr/lib/libdeImage.so)
==8992== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:_ZN6tImage7loadPngERK7tStringb
}
==8992== 14,155,608 bytes in 1,406 blocks are indirectly lost in loss record 237 of 238
==8992==    at 0x48479CC: malloc (vg_replace_malloc.c:299)
==8992==    by 0x4E2C613: tImage::loadPng(tString const&, bool) (in /usr/lib/libdeImage.so)
==8992== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: indirect
   fun:malloc
   fun:_ZN6tImage7loadPngERK7tStringb
}
==8992== 14,161,308 (5,700 direct, 14,155,608 indirect) bytes in 1 blocks are definitely lost in loss record 238 of 238
==8992==    at 0x48479CC: malloc (vg_replace_malloc.c:299)
==8992==    by 0x4E2C5EB: tImage::loadPng(tString const&, bool) (in /usr/lib/libdeImage.so)
==8992== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   fun:_ZN6tImage7loadPngERK7tStringb
}
==8992== LEAK SUMMARY:
==8992==    definitely lost: 5,700 bytes in 1 blocks
==8992==    indirectly lost: 14,155,608 bytes in 1,406 blocks
==8992==      possibly lost: 191,292 bytes in 19 blocks
==8992==    still reachable: 0 bytes in 0 blocks
==8992==                       of which reachable via heuristic:
==8992==                         newarray           : 832 bytes in 16 blocks
==8992==         suppressed: 22,320 bytes in 235 blocks
==8992== 
==8992== For counts of detected and suppressed errors, rerun with: -v
==8992== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 18 from 18)
