Changeset 7300 for trunk/psLib/src/fits/psFitsTable.c
- Timestamp:
- Jun 2, 2006, 11:33:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTable.c
r7234 r7300 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 5-27 02:01:23$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-02 21:33:34 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 909 909 910 910 //create list of column names and types. 911 if (columns->n > 0) { // If we're going decrement columns->n (why?), at least free the memory 912 psFree(columns->data[columns->n - 1]); 913 } 911 914 columns->n--; 912 915 psArray* columnNames = psArrayAlloc(columns->n);
Note:
See TracChangeset
for help on using the changeset viewer.
