Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_destroy_read_struct

98      png_create_info_struct(), png_destroy_read_struct(), and
373 Add png_free(png_ptr->time_buffer) in png_destroy_read_struct()
2020 Do not use png_ptr->free_fn and png_ptr->mem_fn in png_destroy_read_struct()
2052 Return from png_destroy_read_struct() if png_ptr_ptr is NULL.
2069 clarified potential NULL dereference of png_ptr in png_destroy_read_struct();