IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2006, 7:18:19 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.24

File:
1 edited

Legend:

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

    r8228 r8266  
    13001300        detResidExpAnalysisRow *object;
    13011301
    1302         object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true    );
     1302        object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true, true    );
    13031303
    13041304        if (!object) {
     
    13191319        }
    13201320        if (strncmp(object->recipe, "a string", MAX_STRING_LENGTH)) {
     1321            psFree(object);
     1322            exit(EXIT_FAILURE);
     1323        }
     1324        if (!object->keep == true) {
    13211325            psFree(object);
    13221326            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.