Changeset 6341 for trunk/ippTools/src/pxconfig.c
- Timestamp:
- Feb 7, 2006, 10:36:15 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxconfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxconfig.c
r6339 r6341 16 16 config->camera_name = NULL; 17 17 config->filter = NULL; 18 config->d atabase= NULL;18 config->dbh = NULL; 19 19 config->site = NULL; 20 20 config->recipe = NULL; … … 37 37 psFree(config->camera_name); 38 38 psFree(config->filter); 39 psFree(config->d atabase);39 psFree(config->dbh); 40 40 psFree(config->site); 41 41 psFree(config->recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
