IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2013, 4:54:56 PM (13 years ago)
Author:
eugene
Message:

free tiny values

Location:
trunk/Ohana/src/relastro/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c

    r35105 r35494  
    6060    // uses MeasureTiny values, but will also update Measure values when populated
    6161    UpdateObjects (&catalog, 1);
     62
     63    free_tiny_values(&catalog);
    6264
    6365    freeImageBins (1);
  • trunk/Ohana/src/relastro/src/high_speed_objects.c

    r33652 r35494  
    272272  populate_tiny_values (&catalogOut, DVO_TV_MEASURE);
    273273  UpdateObjects (&catalogOut, 1);
     274  free_tiny_values(&catalogOut);
    274275
    275276  fprintf (stderr, "found %d matches\n", Nmatch);
  • trunk/Ohana/src/relastro/src/hpm_objects.c

    r35416 r35494  
    258258    UpdateObjects (&testcat, 1);
    259259
     260    free_tiny_values(&testcat);
     261
    260262    // logic for keeping the fit (anything else?)
    261263    int good = FALSE;
     
    285287  populate_tiny_values (&catalogOut, DVO_TV_MEASURE);
    286288  UpdateObjects (&catalogOut, 1);
     289  free_tiny_values(&catalogOut);
    287290
    288291  fprintf (stderr, "found "OFF_T_FMT" matches with "OFF_T_FMT" detections\n", catalogOut.Naverage, catalogOut.Nmeasure);
Note: See TracChangeset for help on using the changeset viewer.