Changeset 7500 for branches/jhoblitt/ippdb/tests/alloc.c
- Timestamp:
- Jun 9, 2006, 6:22:07 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/alloc.c
r7460 r7500 880 880 detRunRow *object; 881 881 882 object = detRunRowAlloc("a string" );882 object = detRunRowAlloc("a string", -32 ); 883 883 884 884 if (!object) { … … 887 887 888 888 if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) { 889 psFree(object); 890 exit(EXIT_FAILURE); 891 } 892 if (!object->iteration == -32) { 889 893 psFree(object); 890 894 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
