Changeset 12231 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Mar 5, 2007, 12:04:47 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r12202 r12231 532 532 chipPendingExpRow *object; 533 533 534 object = chipPendingExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string" );534 object = chipPendingExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string", "a string" ); 535 535 536 536 if (!object) { … … 547 547 } 548 548 if (!object->guide_id == -64) { 549 psFree(object); 550 exit(EXIT_FAILURE); 551 } 552 if (strncmp(object->workdir, "a string", MAX_STRING_LENGTH)) { 549 553 psFree(object); 550 554 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
