- Timestamp:
- Apr 30, 2022, 4:30:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/fpcamera/src/fpcameraCleanup.c
r42178 r42186 3 3 /* \brief this loop saves the photometry/astrometry data files */ 4 4 void fpcameraCleanup (pmConfig *config, psMetadata *stats) { 5 6 psMemCheckCorruption (stderr, true); 5 7 6 8 psFree (stats); … … 10 12 11 13 psTimerStop (); 12 psMemCheckCorruption (stderr, true); 14 psphotVisualClose(); 15 13 16 pmModelClassCleanup (); 14 17 psTimeFinalize (); 15 18 pmConceptsDone (); 16 19 pmConfigDone (); 20 21 pmSourceFitSetDone (); 22 psLibFinalize(); 23 17 24 fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "fpcamera"); 18 25 return;
Note:
See TracChangeset
for help on using the changeset viewer.
