IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 11:59:35 AM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.72

File:
1 edited

Legend:

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

    r11027 r11030  
    608608        p2PendingExpRow *object;
    609609
    610         object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string", -16    );
     610        object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string"    );
    611611
    612612        if (!object) {
     
    634634            exit(EXIT_FAILURE);
    635635        }
    636             psFree(object);
    637             exit(EXIT_FAILURE);
    638         }
    639636
    640637        psFree(object);
     
    644641        p2PendingImfileRow *object;
    645642
    646         object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32, -16    );
     643        object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32    );
    647644
    648645        if (!object) {
     
    674671            exit(EXIT_FAILURE);
    675672        }
    676             psFree(object);
    677             exit(EXIT_FAILURE);
    678         }
    679673
    680674        psFree(object);
     
    730724        p2ProcessedImfileRow *object;
    731725
    732         object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32    );
     726        object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32, -16    );
    733727
    734728        if (!object) {
     
    777771        }
    778772        if (!object->p2_version == -32) {
     773            psFree(object);
     774            exit(EXIT_FAILURE);
     775        }
    779776            psFree(object);
    780777            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.