IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 2:45:44 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psStats00.c

    r2204 r2226  
    1111{
    1212    psStats *myStats    = NULL;
    13     psStats *myStats2    = NULL;
    1413    psS32 testStatus      = true;
    1514    psS32 globalTestStatus = true;
     
    164163                "PS_STAT_SAMPLE_MEAN: with vector mask=3",
    165164                testStatus);
     165
    166166    /*************************************************************************/
    167167    /*  Call psVectorStats() with NULL inputs.                               */
    168168    /*************************************************************************/
     169
    169170    printPositiveTestHeader(stdout,
    170171                            "psStats functions",
     
    172173
    173174    myStats = psVectorStats(myStats, NULL, NULL, 0);
    174     myStats2 = psVectorStats(NULL, myVector, NULL, 0);
     175    psStats *myStats2 = psVectorStats(NULL, myVector, NULL, 0);
    175176
    176177    printFooter(stdout,
     
    195196        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
    196197    }
     198    psFree(myStats2);
    197199
    198200    printFooter(stdout,
Note: See TracChangeset for help on using the changeset viewer.