Changeset 11077 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Jan 12, 2007, 12:25:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r11045 r11077 696 696 p3PendingExpRow *object; 697 697 698 object = p3PendingExpRowAlloc("a string", -32, -32, "a string" , -16);698 object = p3PendingExpRowAlloc("a string", -32, -32, "a string" ); 699 699 700 700 if (!object) { … … 718 718 exit(EXIT_FAILURE); 719 719 } 720 psFree(object);721 exit(EXIT_FAILURE);722 }723 720 724 721 psFree(object); … … 728 725 p3ProcessedExpRow *object; 729 726 730 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string" );727 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string", -16 ); 731 728 732 729 if (!object) { … … 795 792 } 796 793 if (strncmp(object->label, "a string", MAX_STRING_LENGTH)) { 794 psFree(object); 795 exit(EXIT_FAILURE); 796 } 797 797 psFree(object); 798 798 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
