Changeset 18796 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Jul 30, 2008, 2:59:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r18595 r18796 2736 2736 magicRunRow *object; 2737 2737 2738 object = magicRunRowAlloc(-64, "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", -16 );2738 object = magicRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", -16 ); 2739 2739 2740 2740 if (!object) { … … 2743 2743 2744 2744 if (!object->magic_id == -64) { 2745 psFree(object); 2746 exit(EXIT_FAILURE); 2747 } 2748 if (!object->exp_id == -64) { 2745 2749 psFree(object); 2746 2750 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
