View | Details | Raw Unified
Collapse All | Expand All

(-) plug-ins/common/png.c.orig (-2 / +2 lines)
 Lines 1012-1018    Link Here 
   * Done with the file...
   * Done with the file...
   */
   */
  png_read_destroy (pp, info, NULL);
  png_destroy_read_struct(&pp, &info, NULL);
  g_free (pixel);
  g_free (pixel);
  g_free (pixels);
  g_free (pixels);
 Lines 1441-1447    Link Here 
    };
    };
  png_write_end (pp, info);
  png_write_end (pp, info);
  png_write_destroy (pp);
  png_destroy_write_struct(&pp, &info);
  g_free (pixel);
  g_free (pixel);
  g_free (pixels);
  g_free (pixels);