Changeset 23997
- Timestamp:
- Apr 29, 2009, 11:19:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r23959 r23997 138 138 if (!run) { 139 139 psError(PS_ERR_UNKNOWN, false, "failed to alloc diffRun object"); 140 return true;140 return false; 141 141 } 142 142 if (!diffRunInsertObject(config->dbh, run)) { 143 143 psError(PS_ERR_UNKNOWN, false, "database error"); 144 144 psFree(run); 145 return true;145 return false; 146 146 } 147 147 … … 150 150 151 151 if (!diffRunPrintObject(stdout, run, !simple)) { 152 psError(PS_ERR_UNKNOWN, false, "failed to print object");153 psFree(run);154 return false;152 psError(PS_ERR_UNKNOWN, false, "failed to print object"); 153 psFree(run); 154 return false; 155 155 } 156 156
Note:
See TracChangeset
for help on using the changeset viewer.
