Changeset 11027 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Jan 10, 2007, 6:44:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r11005 r11027 787 787 p3PendingExpRow *object; 788 788 789 object = p3PendingExpRowAlloc("a string", -32, -32, "a string" );789 object = p3PendingExpRowAlloc("a string", -32, -32, "a string", -16 ); 790 790 791 791 if (!object) { … … 806 806 } 807 807 if (strncmp(object->label, "a string", MAX_STRING_LENGTH)) { 808 psFree(object); 809 exit(EXIT_FAILURE); 810 } 808 811 psFree(object); 809 812 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
