IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 12:07:37 PM (20 years ago)
Author:
magnier
Message:

added a memcheck test point to the first block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/mathtypes/tap_psVector.c

    r7808 r8230  
    1010
    1111    {
     12        psMemId id = psMemGetId();
    1213        psVector *psVec = psVectorAlloc(5, PS_TYPE_S32);
    1314
     
    2122
    2223        psFree(psVec);
     24        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    2325    }
    2426
Note: See TracChangeset for help on using the changeset viewer.