FluXy
04-30-2008, 08:49 PM
Based on the latest SVN (1350).
The function
png_destroy_write_struct( &png_ptr, &info_ptr );
should be called after
png_write_end(png_ptr, info_ptr);
to destroy the write and info struct :)
The function
png_destroy_write_struct( &png_ptr, &info_ptr );
should be called after
png_write_end(png_ptr, info_ptr);
to destroy the write and info struct :)