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/metadatafromobject.c

    r11005 r11027  
    933933        bool            status;
    934934
    935         object = p3PendingExpRowAlloc("a string", -32, -32, "a string");
     935        object = p3PendingExpRowAlloc("a string", -32, -32, "a string", -16);
    936936        if (!object) {
    937937            exit(EXIT_FAILURE);
     
    958958        }
    959959        if (strncmp(psMetadataLookupPtr(&status, md, "label"), "a string", MAX_STRING_LENGTH)) {
     960            psFree(md);
     961            exit(EXIT_FAILURE);
     962        }
    960963            psFree(md);
    961964            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.