Home | History | Annotate | Download | only in libpng

Lines Matching refs:info_ptr

175      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)
226 free info_ptr->text instead of end_info_ptr->text in pngread.c (John Bowler)
516 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak.
632 own memory for info_ptr->palette. This makes it safe for the calling
662 that in example.c. Added "free_me" member to info_ptr and png_ptr
667 Modified png_read_png() to allocate info_ptr->row_pointers only if it
702 Added a check for info_ptr->free_me&PNG_FREE_TEXT when freeing text in png.c
707 info_ptr->num_trans as well as png_ptr->num_trans (Matthias Benckmann)
726 Relocated info_ptr->free_me, png_ptr->free_me, and other info_ptr and
769 overrun when old applications fill the info_ptr->text structure directly.
790 Removed info_ptr->valid tests from png_free_data(), as in version 1.0.5.
1508 Added some checks for NULL png_ptr or NULL info_ptr (timeless)
2048 Check for info_ptr == NULL in png_read_info() and png_process_data().
2070 fixed potential NULL dereference of info_ptr in png_handle_bKGD();
2485 Revised png_check_IHDR() again, to check info_ptr members instead of