Changeset 8230 for trunk/psLib/test/mathtypes
- Timestamp:
- Aug 8, 2006, 12:07:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/mathtypes/tap_psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/tap_psVector.c
r7808 r8230 10 10 11 11 { 12 psMemId id = psMemGetId(); 12 13 psVector *psVec = psVectorAlloc(5, PS_TYPE_S32); 13 14 … … 21 22 22 23 psFree(psVec); 24 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks"); 23 25 } 24 26
Note:
See TracChangeset
for help on using the changeset viewer.
