IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2006, 5:15:56 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.55

File:
1 edited

Legend:

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

    r9788 r9970  
    2525            exit(EXIT_FAILURE);
    2626        }
     27            psFree(md);
     28            exit(EXIT_FAILURE);
     29        }
    2730        if (!psMetadataAddStr(md, PS_LIST_TAIL, "exp_type", 0, NULL, "a string")) {
    2831            psFree(md);
     
    5154        }
    5255        if (strncmp(object->telescope, "a string", MAX_STRING_LENGTH)) {
     56            psFree(object);
     57            exit(EXIT_FAILURE);
     58        }
    5359            psFree(object);
    5460            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.