Home | History | Annotate | Download | only in libpng

Lines Matching full:info_ptr

174     functions in pngget.c to get information in info_ptr.  This isolates
203 Fixed memory leak in pngwrite.c (free info_ptr->text) (Glenn R-P)
227 Free info_ptr->text instead of end_info_ptr->text in pngread.c (John Bowler)
549 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak.
678 own memory for info_ptr->palette. This makes it safe for the calling
713 that in example.c. Added "free_me" member to info_ptr and png_ptr
718 Modified png_read_png() to allocate info_ptr->row_pointers only if it
757 Added a check for info_ptr->free_me&PNG_FREE_TEXT when freeing text in png.c
763 info_ptr->num_trans as well as png_ptr->num_trans (Matthias Benckmann)
784 Relocated info_ptr->free_me, png_ptr->free_me, and other info_ptr and
831 overrun when old applications fill the info_ptr->text structure directly.
854 Removed info_ptr->valid tests from png_free_data(), as in version 1.0.5.
1666 Added some checks for NULL png_ptr or NULL info_ptr (timeless)
2368 Changed png_ptr and info_ptr member "trans" to "trans_alpha".
2420 Revised png_check_IHDR() again, to check info_ptr members instead of
3608 once with a particular info_ptr.