IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28660


Ignore:
Timestamp:
Jul 12, 2010, 12:21:20 PM (16 years ago)
Author:
bills
Message:

zero the subcatalog structure to prevent attempting to free data from bougus pointers

File:
1 edited

Legend:

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

    r28241 r28660  
    1515
    1616  /* we are moving only the subset of measurements from catalog[0] to subcatalog[0] */
     17  memset(subcatalog, 0, sizeof(*subcatalog));
    1718  NAVERAGE = 50;
    1819  NMEASURE = 1000;
Note: See TracChangeset for help on using the changeset viewer.