png_destroy_read_struct
Name
png_destroy_read_struct -- free the memory associated with read png_struct
Synopsis
void
png_destroy_read_struct
(png_structpp
png_ptr_ptr, png_infopp
info_ptr_ptr, png_infopp
end_info_ptr_ptr);
Description
png_destroy_read_struct() frees the memory associated with the read png_struct
struct that holds information from the given PNG file,
the associated png_info struct for holding the image information and
png_info struct for holding the information at end of the given PNG file.