Changeset 9583
- Timestamp:
- Oct 16, 2006, 1:34:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadata.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.c
r9538 r9583 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.1 39$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-10-1 3 21:13:48$14 * @version $Revision: 1.140 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-10-16 23:34:03 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 417 417 if (in == NULL) { 418 418 psError(PS_ERR_BAD_PARAMETER_NULL, true, "psMetadataCopy: 'in' cannot be NULL"); 419 psFree(out); 419 420 return NULL; 420 421 } … … 423 424 if (in->list == NULL) { 424 425 psError(PS_ERR_BAD_PARAMETER_NULL, true, "psMetadataCopy: 'in' has NULL list"); 426 psFree(out); 425 427 return NULL; 426 428 } … … 448 450 psFree(newItem); 449 451 psFree(iter); 452 psFree(out); 450 453 return NULL; 451 454 }
Note:
See TracChangeset
for help on using the changeset viewer.
