IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2016, 6:21:57 AM (10 years ago)
Author:
eugene
Message:

plug memleaks; trying to catch some (possible) stack and heap overflow errors: adding padding to allocated config regions, using scan_line_maxlen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/include/relastro.h

    r39390 r39396  
    415415void SetProtect (int mode);
    416416int SetSignals (void);
     417
     418void relastro_client_free ();
    417419
    418420GSCRegion    *find_regions        PROTO((Image *image, off_t Nimage, int *Nregions, GSCRegion *fullregion));
     
    610612int BrightCatalogSplit (CatalogSplitter *catalogs, BrightCatalog *bcatalog);
    611613int BrightCatalogSplitFree (CatalogSplitter *catalogs);
     614void BrightCatalogFree (BrightCatalog *bcatalog);
    612615
    613616PhotCode **ParsePhotcodeList (char *rawlist, int *nphotcodes, int needAve);
     
    774777double weight_cauchy (double x);
    775778double dpsi_cauchy (double x);
     779void my_memdump (char *message);
Note: See TracChangeset for help on using the changeset viewer.