Changeset 6416 for trunk/ippTools/src/pxconfig.c
- Timestamp:
- Feb 9, 2006, 4:43:00 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxconfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxconfig.c
r6413 r6416 15 15 config->camera = NULL; 16 16 config->camera_name = NULL; 17 config->telescope = NULL; 18 config->exp_type = NULL; 17 19 config->filter = NULL; 18 config->dbh = NULL;20 config->dbh = NULL; 19 21 config->site = NULL; 20 22 config->recipe = NULL; … … 34 36 psFree(config->camera); 35 37 psFree(config->camera_name); 38 psFree(config->telescope); 39 psFree(config->exp_type); 36 40 psFree(config->filter); 37 41 psFree(config->dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
