IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12221


Ignore:
Timestamp:
Mar 4, 2007, 3:45:45 PM (19 years ago)
Author:
eugene
Message:

missing free?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/relphot/src/bcatalog.c

    r12045 r12221  
    106106  subcatalog[0].Nsecfilt = catalog[0].Nsecfilt;
    107107
     108  // XXX really do this or not???
     109  if (catalog[0].Naverage > 0) free (catalog[0].average);
     110  if (catalog[0].Nmeasure > 0) free (catalog[0].measure);
     111  if (catalog[0].Naverage > 0) free (catalog[0].secfilt);
     112
    108113  if (VERBOSE) {
    109114    fprintf (stderr, "%d: using %d stars (%d measures) for catalog\n", i,
Note: See TracChangeset for help on using the changeset viewer.