Changeset 7657 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 23, 2006, 11:58:12 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7613 r7657 47 47 int main(int argc, char **argv) 48 48 { 49 psLibInit(NULL); 50 49 51 pxConfig *config = dettoolConfig(NULL, argc, argv); 50 52 … … 76 78 } 77 79 80 psFree(config); 81 psLibFinalize(); 82 78 83 exit(EXIT_SUCCESS); 79 84 80 85 FAIL: 81 86 psFree(config); 87 psLibFinalize(); 88 82 89 exit(EXIT_FAILURE); 83 90 }
Note:
See TracChangeset
for help on using the changeset viewer.
