Changeset 6396 for trunk/ppImage/src/ppImage.c
- Timestamp:
- Feb 8, 2006, 4:37:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.c
r6260 r6396 1 1 #include <stdio.h> 2 2 #include "pslib.h" 3 #include "pmConcepts.h" 3 4 #include "ppImage.h" 4 5 #include "ppMem.h" 5 6 6 7 7 int main(int argc, char **argv) … … 23 23 ppImageParseCamera(data, config); 24 24 25 // Cleaning up26 psFree(data);27 psFree(options);28 psFree(config);29 psTimerStop();30 ppMemCheck();31 #if 032 33 25 // Set various tasks (define optional operations) 34 26 ppImageOptionsParse(data, options, config); … … 39 31 // Image Arithmetic Loop 40 32 ppImageLoop(data, options, config); 41 #endif42 33 43 exit(EXIT_SUCCESS); 34 // Cleaning up 35 psFree(data); 36 psFree(options); 37 psFree(config); 38 psTimerStop(); 39 psTraceReset(); 40 pmConceptsDone(); 41 ppMemCheck(); 42 43 return EXIT_SUCCESS; 44 44 }
Note:
See TracChangeset
for help on using the changeset viewer.
