Changeset 6773 for branches/rel10_ifa/psModules/src/config/pmConfig.c
- Timestamp:
- Apr 4, 2006, 12:14:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/config/pmConfig.c
r6754 r6773 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.7.4. 8$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-04-0 1 03:00:23$5 * @version $Revision: 1.7.4.9 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-04-04 22:14:58 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 48 48 return config; 49 } 50 51 void pmConfigDone(void) 52 { 53 psFree(configPath); 49 54 } 50 55 … … 205 210 // define the config-file search path (configPath) 206 211 if (configPath) { 207 psFree (configPath);212 psFree(configPath); 208 213 configPath = NULL; 209 214 } … … 212 217 psList *list = psStringSplit(path, ":"); 213 218 configPath = psListToArray(list); 214 psFree (list);219 psFree(list); 215 220 } 216 221
Note:
See TracChangeset
for help on using the changeset viewer.
