Changeset 6713 for branches/rel10_ifa/psModules/src/config/pmConfig.c
- Timestamp:
- Mar 27, 2006, 4:16:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/config/pmConfig.c
r6580 r6713 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.7.4. 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-03- 14 04:40:37$5 * @version $Revision: 1.7.4.6 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-03-28 02:16:26 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 22 22 { 23 23 psFree(config->site); 24 psFree(config->files); 24 25 psFree(config->camera); 25 26 psFree(config->recipes); … … 35 36 // Initialise 36 37 config->site = NULL; 38 config->files = NULL; 37 39 config->camera = NULL; 38 40 config->recipes = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
