IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8645


Ignore:
Timestamp:
Aug 27, 2006, 1:35:08 PM (20 years ago)
Author:
eugene
Message:

dropped double-free of catalog elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/bcatalog.c

    r7080 r8645  
    111111  subcatalog[0].Nsecfilt = catalog[0].Nsecfilt;
    112112
    113   if (catalog[0].Naverage > 0) free (catalog[0].average);
    114   if (catalog[0].Nmeasure > 0) free (catalog[0].measure);
    115   if (catalog[0].Naverage > 0) free (catalog[0].secfilt);
    116 
    117113  if (VERBOSE) {
    118114    fprintf (stderr, "%d: using %d stars (%d measures) for catalog\n", i,
Note: See TracChangeset for help on using the changeset viewer.