Changeset 9213 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Oct 4, 2006, 11:22:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r9187 r9213 1175 1175 detNormalizedImfileRow *object; 1176 1176 1177 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string" );1177 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string" ); 1178 1178 1179 1179 if (!object) { … … 1194 1194 } 1195 1195 if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) { 1196 psFree(object); 1197 exit(EXIT_FAILURE); 1198 } 1199 if (strncmp(object->b1_uri, "a string", MAX_STRING_LENGTH)) { 1200 psFree(object); 1201 exit(EXIT_FAILURE); 1202 } 1203 if (strncmp(object->b2_uri, "a string", MAX_STRING_LENGTH)) { 1196 1204 psFree(object); 1197 1205 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
