Changeset 15406
- Timestamp:
- Oct 29, 2007, 10:35:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r15070 r15406 10 10 * @author Joshua Hoblitt, University of Hawaii 11 11 * 12 * @version $Revision: 1.9 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2007- 09-28 20:59:48$12 * @version $Revision: 1.99 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-10-29 20:35:31 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 426 426 427 427 if (!psVectorSortInPlace(outVector)) { 428 psFree(outVector); 428 if (outVector != inVector) { 429 // It was allocated here. 430 psFree(outVector); 431 } 429 432 return NULL; 430 433 }
Note:
See TracChangeset
for help on using the changeset viewer.
