IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 12:25:20 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.74

File:
1 edited

Legend:

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

    r11045 r11077  
    696696        p3PendingExpRow *object;
    697697
    698         object = p3PendingExpRowAlloc("a string", -32, -32, "a string", -16    );
     698        object = p3PendingExpRowAlloc("a string", -32, -32, "a string"    );
    699699
    700700        if (!object) {
     
    718718            exit(EXIT_FAILURE);
    719719        }
    720             psFree(object);
    721             exit(EXIT_FAILURE);
    722         }
    723720
    724721        psFree(object);
     
    728725        p3ProcessedExpRow *object;
    729726
    730         object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string"    );
     727        object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string", -16    );
    731728
    732729        if (!object) {
     
    795792        }
    796793        if (strncmp(object->label, "a string", MAX_STRING_LENGTH)) {
     794            psFree(object);
     795            exit(EXIT_FAILURE);
     796        }
    797797            psFree(object);
    798798            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.