Changeset 9423 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Oct 9, 2006, 1:43:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r9307 r9423 1022 1022 detRunRow *object; 1023 1023 1024 object = detRunRowAlloc(-32, "a string", "a string" ); 1025 1026 if (!object) { 1027 exit(EXIT_FAILURE); 1028 } 1029 1024 object = detRunRowAlloc(-32, -32, "a string", "a string" ); 1025 1026 if (!object) { 1027 exit(EXIT_FAILURE); 1028 } 1029 1030 if (!object->det_id == -32) { 1031 psFree(object); 1032 exit(EXIT_FAILURE); 1033 } 1030 1034 if (!object->iteration == -32) { 1031 1035 psFree(object);
Note:
See TracChangeset
for help on using the changeset viewer.
