png_destroy_info_struct

Name

png_destroy_info_struct -- free memory in PNG info structure

Synopsis

#include <png.h>

void png_destroy_info_struct(png_structp png_ptr, png_infopp info_ptr_ptr);

Description

This interface shall free any memory in a single PNG info structure.

The parameter png_ptr shall specify the PNG file.

The parameter info_ptr_ptr shall point to a pointer to the png_info_struct to destroy.