Changeset 8266 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Aug 9, 2006, 7:18:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r8228 r8266 1300 1300 detResidExpAnalysisRow *object; 1301 1301 1302 object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true );1302 object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true, true ); 1303 1303 1304 1304 if (!object) { … … 1319 1319 } 1320 1320 if (strncmp(object->recipe, "a string", MAX_STRING_LENGTH)) { 1321 psFree(object); 1322 exit(EXIT_FAILURE); 1323 } 1324 if (!object->keep == true) { 1321 1325 psFree(object); 1322 1326 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
