~ubuntu-branches/ubuntu/maverick/tiff/maverick-security

« back to all changes in this revision

Viewing changes to contrib/addtiffo/tif_ovrcache.c

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-06-18 21:28:11 UTC
  • mfrom: (10.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100618212811-3t5mffcr8gpfpuel
Tags: 3.9.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: tif_ovrcache.c,v 1.7 2006/03/25 17:52:37 joris Exp $
 
2
 * $Id: tif_ovrcache.c,v 1.7.2.1 2010-06-08 18:50:40 bfriesen Exp $
3
3
 *
4
4
 * Project:  TIFF Overview Builder
5
5
 * Purpose:  Library functions to maintain two rows of tiles or two strips
332
332
    _TIFFfree( psCache->pabyRow2Blocks );
333
333
    _TIFFfree( psCache );
334
334
}
 
335
/*
 
336
 * Local Variables:
 
337
 * mode: c
 
338
 * c-basic-offset: 8
 
339
 * fill-column: 78
 
340
 * End:
 
341
 */