IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2008, 3:47:34 PM (18 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.33

File:
1 edited

Legend:

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

    r17144 r17570  
    3636        summitExpRow    *object;
    3737
    38         object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", -32    );
     38        object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", -32, -16    );
    3939
    4040        if (!object) {
     
    6666        }
    6767        if (!object->imfiles == -32) {
     68            psFree(object);
     69            exit(EXIT_FAILURE);
     70        }
     71        if (!object->fault == -16) {
    6872            psFree(object);
    6973            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.