IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 4:00:11 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.70

File:
1 edited

Legend:

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

    r10989 r11005  
    608608        p2PendingExpRow *object;
    609609
    610         object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string"    );
     610        object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string", -16    );
    611611
    612612        if (!object) {
     
    634634            exit(EXIT_FAILURE);
    635635        }
     636            psFree(object);
     637            exit(EXIT_FAILURE);
     638        }
    636639
    637640        psFree(object);
     
    641644        p2PendingImfileRow *object;
    642645
    643         object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32    );
     646        object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32, -16    );
    644647
    645648        if (!object) {
     
    668671        }
    669672        if (!object->p2_version == -32) {
     673            psFree(object);
     674            exit(EXIT_FAILURE);
     675        }
    670676            psFree(object);
    671677            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.