Changeset 7659 for trunk/ippTools/src/pxconfig.c
- Timestamp:
- Jun 23, 2006, 12:15:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxconfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxconfig.c
r7650 r7659 26 26 config->uri = NULL; 27 27 config->where = NULL; 28 config->args = NULL; 28 29 29 30 return config; … … 43 44 psFree(config->uri); 44 45 psFree(config->where); 46 psFree(config->args); 45 47 }
Note:
See TracChangeset
for help on using the changeset viewer.
