Changeset 9423 for trunk/ippdb/tests/objectfrommetadata.c
- Timestamp:
- Oct 9, 2006, 1:43:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/objectfrommetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/objectfrommetadata.c
r9307 r9423 1851 1851 1852 1852 md = psMetadataAlloc(); 1853 if (!psMetadataAddS32(md, PS_LIST_TAIL, "det_id", 0, NULL, -32)) { 1854 psFree(md); 1855 exit(EXIT_FAILURE); 1856 } 1853 1857 if (!psMetadataAddS32(md, PS_LIST_TAIL, "iteration", 0, NULL, -32)) { 1854 1858 psFree(md); … … 1872 1876 psFree(md); 1873 1877 1878 if (!object->det_id == -32) { 1879 psFree(object); 1880 exit(EXIT_FAILURE); 1881 } 1874 1882 if (!object->iteration == -32) { 1875 1883 psFree(object);
Note:
See TracChangeset
for help on using the changeset viewer.
