Changeset 11030 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Jan 11, 2007, 11:59:35 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r11027 r11030 608 608 p2PendingExpRow *object; 609 609 610 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string" , -16);610 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string" ); 611 611 612 612 if (!object) { … … 634 634 exit(EXIT_FAILURE); 635 635 } 636 psFree(object);637 exit(EXIT_FAILURE);638 }639 636 640 637 psFree(object); … … 644 641 p2PendingImfileRow *object; 645 642 646 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32 , -16);643 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32 ); 647 644 648 645 if (!object) { … … 674 671 exit(EXIT_FAILURE); 675 672 } 676 psFree(object);677 exit(EXIT_FAILURE);678 }679 673 680 674 psFree(object); … … 730 724 p2ProcessedImfileRow *object; 731 725 732 object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32 );726 object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32, -16 ); 733 727 734 728 if (!object) { … … 777 771 } 778 772 if (!object->p2_version == -32) { 773 psFree(object); 774 exit(EXIT_FAILURE); 775 } 779 776 psFree(object); 780 777 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
