Changeset 11713 for trunk/ippTools/src/dettool.c
- Timestamp:
- Feb 8, 2007, 1:36:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r11702 r11713 1272 1272 1273 1273 // discard the resultarray 1274 psFree(detRuns) 1274 psFree(detRuns); 1275 1275 1276 1276 // set the det_id to 0/NULL so the database can assign it … … 2474 2474 // XXX check psError here 2475 2475 psError(PS_ERR_UNKNOWN, false, "no detProcessedExp rows found"); 2476 psFree(output) 2476 psFree(output); 2477 2477 return true; 2478 2478 } … … 3874 3874 // XXX check psError here 3875 3875 psError(PS_ERR_UNKNOWN, false, "no detNormalizedExp rows found"); 3876 psFree(output) 3876 psFree(output); 3877 3877 return true; 3878 3878 } … … 4191 4191 // XXX check psError here 4192 4192 psError(PS_ERR_UNKNOWN, false, "no detNormalizedImfile rows found"); 4193 psFree(output) 4193 psFree(output); 4194 4194 return true; 4195 4195 } … … 5107 5107 // XXX check psError here 5108 5108 psError(PS_ERR_UNKNOWN, false, "no detResidExp rows found"); 5109 psFree(output) 5109 psFree(output); 5110 5110 return true; 5111 5111 }
Note:
See TracChangeset
for help on using the changeset viewer.
