IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 12:32:05 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.28

File:
1 edited

Legend:

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

    r8319 r8325  
    663663            exit(EXIT_FAILURE);
    664664        }
     665        if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) {
     666            psFree(object);
     667            exit(EXIT_FAILURE);
     668        }
    665669        if (strncmp(object->exp_type, "a string", MAX_STRING_LENGTH)) {
    666             psFree(object);
    667             exit(EXIT_FAILURE);
    668         }
    669         if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) {
    670670            psFree(object);
    671671            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.