Changeset 8325 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Aug 14, 2006, 12:32:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r8319 r8325 663 663 exit(EXIT_FAILURE); 664 664 } 665 if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) { 666 psFree(object); 667 exit(EXIT_FAILURE); 668 } 665 669 if (strncmp(object->exp_type, "a string", MAX_STRING_LENGTH)) { 666 psFree(object);667 exit(EXIT_FAILURE);668 }669 if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) {670 670 psFree(object); 671 671 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
