Changeset 17144 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Mar 25, 2008, 1:14:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r17142 r17144 1328 1328 1329 1329 { 1330 warpMaskRow *object; 1331 1332 object = warpMaskRowAlloc("a string" ); 1333 1334 if (!object) { 1335 exit(EXIT_FAILURE); 1336 } 1337 1338 if (strncmp(object->label, "a string", MAX_STRING_LENGTH)) { 1339 psFree(object); 1340 exit(EXIT_FAILURE); 1341 } 1342 1343 psFree(object); 1344 } 1345 1346 { 1330 1347 diffRunRow *object; 1331 1348
Note:
See TracChangeset
for help on using the changeset viewer.
