IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 1:43:03 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.49

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/objectfrommetadata.c

    r9307 r9423  
    18511851
    18521852        md = psMetadataAlloc();
     1853        if (!psMetadataAddS32(md, PS_LIST_TAIL, "det_id", 0, NULL, -32)) {
     1854            psFree(md);
     1855            exit(EXIT_FAILURE);
     1856        }
    18531857        if (!psMetadataAddS32(md, PS_LIST_TAIL, "iteration", 0, NULL, -32)) {
    18541858            psFree(md);
     
    18721876        psFree(md);
    18731877
     1878        if (!object->det_id == -32) {
     1879            psFree(object);
     1880            exit(EXIT_FAILURE);
     1881        }
    18741882        if (!object->iteration == -32) {
    18751883            psFree(object);
Note: See TracChangeset for help on using the changeset viewer.