IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2011, 6:45:51 PM (15 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/opihi/dvo/imextract.c

    r31160 r31657  
    9090  }
    9191
    92   if ((image = LoadImages (&Nimage)) == NULL) goto escape;
     92  if ((image = LoadImagesDVO (&Nimage)) == NULL) goto escape;
    9393  BuildChipMatch (image, Nimage);
    9494  dbExtractImagesInit ();
     
    141141
    142142  // free (subset);
    143   FreeImages (image);
     143  FreeImagesDVO (image);
    144144
    145145  if (vec) free (vec);
Note: See TracChangeset for help on using the changeset viewer.