Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_free

1034     * of png_free().
1036 png_free(png_ptr, palette);
1043 png_free(png_ptr, trans);
1045 /* Whenever you use png_free() it is a good idea to set the pointer to
1046 * NULL in case your application inadvertently tries to png_free() it
1047 * again. When png_free() sees a NULL it returns without action, thus