IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 4:08:31 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.69

File:
1 edited

Legend:

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

    r10753 r10989  
    244244        newExpRow       *object;
    245245
    246         object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32    );
     246        object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, -16    );
    247247
    248248        if (!object) {
     
    277277            exit(EXIT_FAILURE);
    278278        }
     279            psFree(object);
     280            exit(EXIT_FAILURE);
     281        }
    279282
    280283        psFree(object);
     
    284287        newImfileRow    *object;
    285288
    286         object = newImfileRowAlloc("a string", "a string", "a string", "a string"    );
     289        object = newImfileRowAlloc("a string", "a string", "a string", "a string", -16    );
    287290
    288291        if (!object) {
     
    303306        }
    304307        if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) {
     308            psFree(object);
     309            exit(EXIT_FAILURE);
     310        }
    305311            psFree(object);
    306312            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.