Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136346
Collapse All | Expand All

(-)filter/image-png.c.orig (-1 / +2 lines)
Lines 252-258 Link Here
252
    }
252
    }
253
  png_read_end(pp, info);
253
  png_read_end(pp, info);
254
  png_read_destroy(pp, info, NULL);
254
  png_destroy_read_struct(&pp, &info, NULL);
255
  //png_read_destroy(pp, info, NULL);
255
  fclose(fp);
256
  fclose(fp);
256
  free(in);
257
  free(in);

Return to bug 136346