Changeset 11005 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Jan 9, 2007, 4:00:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r10989 r11005 608 608 p2PendingExpRow *object; 609 609 610 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string" );610 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string", -16 ); 611 611 612 612 if (!object) { … … 634 634 exit(EXIT_FAILURE); 635 635 } 636 psFree(object); 637 exit(EXIT_FAILURE); 638 } 636 639 637 640 psFree(object); … … 641 644 p2PendingImfileRow *object; 642 645 643 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32 );646 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32, -16 ); 644 647 645 648 if (!object) { … … 668 671 } 669 672 if (!object->p2_version == -32) { 673 psFree(object); 674 exit(EXIT_FAILURE); 675 } 670 676 psFree(object); 671 677 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
