Changeset 11713
- Timestamp:
- Feb 8, 2007, 1:36:04 PM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 4 edited
-
camtool.c (modified) (1 diff)
-
chiptool.c (modified) (1 diff)
-
detselect.c (modified) (1 diff)
-
dettool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r11702 r11713 190 190 if (!p_psDBRunQuery(config->dbh, query)) { 191 191 psError(PS_ERR_UNKNOWN, false, "database error"); 192 psFree(query) 193 return false; 194 } 195 psFree(query) 192 psFree(query); 193 return false; 194 } 195 psFree(query); 196 196 197 197 psArray *output = p_psDBFetchResult(config->dbh); -
trunk/ippTools/src/chiptool.c
r11702 r11713 345 345 346 346 psString whereClause = psDBGenerateWhereConditionSQL(config->where, "p2PendingImfile"); 347 psFree(where) 347 psFree(where); 348 348 if (whereClause) { 349 349 psStringAppend(&query, " AND %s", whereClause); -
trunk/ippTools/src/detselect.c
r11702 r11713 276 276 // XXX check psError here 277 277 psError(PS_ERR_UNKNOWN, false, "no detNormalizedImfile rows found"); 278 psFree(output) 278 psFree(output); 279 279 return true; 280 280 } -
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.
