IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2010, 7:38:20 PM (16 years ago)
Author:
bills
Message:

Cache the images table in memory to save on I/O

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/ImageSelection.c

    r28955 r28958  
    3838/* free loaded images */
    3939void FreeImageSelection () {
    40   if (image != NULL) free (image);
     40  if (image != NULL) FreeImages(image);
    4141  if (subset != NULL) free (subset);
    4242  image = NULL;
Note: See TracChangeset for help on using the changeset viewer.