IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2016, 11:27:24 AM (10 years ago)
Author:
eugene
Message:

plug all memory leaks; free all memory at the end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/relastro/include/relastro.h

    r39439 r39442  
    417417int SetSignals (void);
    418418
    419 void relastro_client_free ();
    420 void relastro_free ();
     419void relastro_free (SkyTable *sky, SkyList *skylist);
     420void relastro_client_free (SkyTable *sky, SkyList *skylist);
    421421
    422422GSCRegion    *find_regions        PROTO((Image *image, off_t Nimage, int *Nregions, GSCRegion *fullregion));
     
    660660int indexCatalogs (Catalog *catalog, int Ncatalog);
    661661int catID_and_objID_to_seq (unsigned int catID, unsigned int objID, int *catSeq, off_t *objSeq);
     662void freeCatalogIndexes (int Ncatalog);
    662663
    663664int markObjects (Catalog *catalog, int Ncatalog);
Note: See TracChangeset for help on using the changeset viewer.