Changeset 6773
- Timestamp:
- Apr 4, 2006, 12:14:58 PM (20 years ago)
- Location:
- branches/rel10_ifa/psModules/src/config
- Files:
-
- 2 edited
-
pmConfig.c (modified) (4 diffs)
-
pmConfig.h (modified) (2 diffs)
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 -
branches/rel10_ifa/psModules/src/config/pmConfig.h
r6734 r6773 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.3.4. 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 3-30 20:08:30$5 * @version $Revision: 1.3.4.6 $ $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 … … 28 28 29 29 pmConfig *pmConfigAlloc(void); 30 31 // Free static variables 32 void pmConfigDone(void); 30 33 31 34 /** pmConfigRead
Note:
See TracChangeset
for help on using the changeset viewer.
