~ubuntu-branches/debian/experimental/cups-filters/experimental

« back to all changes in this revision

Viewing changes to cupsfilters/image-tiff.c

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2015-01-15 18:06:05 UTC
  • mfrom: (1.2.25)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: package-import@ubuntu.com-20150115180605-fnfbqv85k3y5zggk
Tags: upstream-1.0.62
ImportĀ upstreamĀ versionĀ 1.0.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
655
655
    case PHOTOMETRIC_PALETTE :
656
656
        if (!TIFFGetField(tif, TIFFTAG_COLORMAP, &redcmap, &greencmap, &bluecmap))
657
657
        {
658
 
          fputs("DEBUG: No colormap tag in the file!\n", stderr);
 
658
          _TIFFfree(scanline);
 
659
          free(in);
 
660
          free(out);
 
661
 
 
662
          TIFFClose(tif);
 
663
          fputs("DEBUG: No colormap tag in the file!\n", stderr);
659
664
          fclose(fp);
660
665
          return (-1);
661
666
        }