IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 3:17:23 PM (19 years ago)
Author:
jhoblitt
Message:

VERISON 1.1.17

File:
1 edited

Legend:

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

    r12260 r12350  
    419419        rawImfileRow    *object;
    420420
    421         object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16    );
     421        object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16    );
    422422
    423423        if (!object) {
     
    438438        }
    439439        if (strncmp(object->exp_type, "a string", MAX_STRING_LENGTH)) {
     440            psFree(object);
     441            exit(EXIT_FAILURE);
     442        }
     443        if (strncmp(object->filelevel, "a string", MAX_STRING_LENGTH)) {
    440444            psFree(object);
    441445            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.