IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2007, 6:44:06 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.71

File:
1 edited

Legend:

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

    r11005 r11027  
    14371437            exit(EXIT_FAILURE);
    14381438        }
     1439            psFree(md);
     1440            exit(EXIT_FAILURE);
     1441        }
    14391442
    14401443        object = p3PendingExpObjectFromMetadata(md);
     
    14591462        }
    14601463        if (strncmp(object->label, "a string", MAX_STRING_LENGTH)) {
     1464            psFree(object);
     1465            exit(EXIT_FAILURE);
     1466        }
    14611467            psFree(object);
    14621468            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.