Changeset 6368 for trunk/ippTools/src/pxconfig.c
- Timestamp:
- Feb 7, 2006, 4:35:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxconfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxconfig.c
r6341 r6368 19 19 config->site = NULL; 20 20 config->recipe = NULL; 21 config->arguments = NULL;22 21 config->exp_id = NULL; 23 22 config->class = NULL; … … 40 39 psFree(config->site); 41 40 psFree(config->recipe); 42 psFree(config->arguments);43 41 psFree(config->exp_id); 44 42 psFree(config->class);
Note:
See TracChangeset
for help on using the changeset viewer.
