IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31602


Ignore:
Timestamp:
Jun 3, 2011, 11:28:43 AM (15 years ago)
Author:
bills
Message:

don't free catalog until after calling high_speed_objects()

File:
1 edited

Legend:

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

    r31599 r31602  
    4040      continue;
    4141    }
     42
     43    high_speed_objects (skylist[0].regions[i], &catalog);
     44
    4245    dvo_catalog_unlock (&catalog);
    4346    dvo_catalog_free (&catalog);
    44 
    45     high_speed_objects (skylist[0].regions[i], &catalog);
    4647  }
    4748 
Note: See TracChangeset for help on using the changeset viewer.