Changeset 7650 for trunk/ippTools/src/pxconfig.c
- Timestamp:
- Jun 22, 2006, 4:54:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxconfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxconfig.c
r7027 r7650 15 15 16 16 config->mode = PX_MODE_NONE; 17 config->start = NULL;18 config->stop = NULL;19 17 config->camera_name = NULL; 20 18 config->telescope = NULL; … … 34 32 static void pxConfigFree(pxConfig *config) 35 33 { 36 psFree(config->start);37 psFree(config->stop);38 34 psFree(config->camera_name); 39 35 psFree(config->telescope);
Note:
See TracChangeset
for help on using the changeset viewer.
