Changeset 7695
- Timestamp:
- Jun 26, 2006, 11:41:21 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7694 r7695 2051 2051 ); 2052 2052 } 2053 psFree(detrendExps); 2053 2054 2054 2055 // start a transaction so we don't end up with an incremented iteration … … 2091 2092 return false; 2092 2093 } 2093 psArrayAdd(newInputExps, 0,detInputExpRowAlloc(2094 detInputExpRow *newInputExp = detInputExpRowAlloc( 2094 2095 (psS32)atol(det_id), 2095 2096 newIteration, … … 2101 2102 inputExp->filter, 2102 2103 inputExp->stats 2103 )); 2104 ); 2105 psArrayAdd(newInputExps, 0, newInputExp); 2106 psFree(newInputExp); 2104 2107 } 2105 2108 psFree(iter); … … 2113 2116 psError(PS_ERR_UNKNOWN, false, "database error"); 2114 2117 } 2118 psFree(newInputExps); 2115 2119 return false; 2116 2120 } 2117 2121 } 2122 psFree(newInputExps); 2118 2123 2119 2124 // point of no return for det_id creation
Note:
See TracChangeset
for help on using the changeset viewer.
