Changeset 4113
- Timestamp:
- Jun 3, 2005, 5:00:39 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
collections/psMetadataIO.c (modified) (2 diffs)
-
types/psMetadataConfig.c (modified) (2 diffs)
-
xml/psXML.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psMetadataIO.c
r4029 r4113 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 5-25 20:26:55$12 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-04 03:00:39 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1131 1131 psFree(line); 1132 1132 1133 // Check if any failed lined detected1134 if( (*nFail) != 0) {1135 psFree(md);1136 md = NULL;1137 }1138 1133 return md; 1139 1134 } -
trunk/psLib/src/types/psMetadataConfig.c
r4029 r4113 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 5-25 20:26:55$12 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-04 03:00:39 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1131 1131 psFree(line); 1132 1132 1133 // Check if any failed lined detected1134 if( (*nFail) != 0) {1135 psFree(md);1136 md = NULL;1137 }1138 1133 return md; 1139 1134 } -
trunk/psLib/src/xml/psXML.c
r4029 r4113 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 5-25 20:26:55$12 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-04 03:00:39 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1131 1131 psFree(line); 1132 1132 1133 // Check if any failed lined detected1134 if( (*nFail) != 0) {1135 psFree(md);1136 md = NULL;1137 }1138 1133 return md; 1139 1134 }
Note:
See TracChangeset
for help on using the changeset viewer.
