IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 11:22:25 AM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.44

File:
1 edited

Legend:

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

    r9187 r9213  
    11751175        detNormalizedImfileRow *object;
    11761176
    1177         object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string"    );
     1177        object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string"    );
    11781178
    11791179        if (!object) {
     
    11941194        }
    11951195        if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) {
     1196            psFree(object);
     1197            exit(EXIT_FAILURE);
     1198        }
     1199        if (strncmp(object->b1_uri, "a string", MAX_STRING_LENGTH)) {
     1200            psFree(object);
     1201            exit(EXIT_FAILURE);
     1202        }
     1203        if (strncmp(object->b2_uri, "a string", MAX_STRING_LENGTH)) {
    11961204            psFree(object);
    11971205            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.