Index: /trunk/psLib/test/mathtypes/tap_psVector.c
===================================================================
--- /trunk/psLib/test/mathtypes/tap_psVector.c	(revision 8229)
+++ /trunk/psLib/test/mathtypes/tap_psVector.c	(revision 8230)
@@ -10,4 +10,5 @@
 
     {
+        psMemId id = psMemGetId();
         psVector *psVec = psVectorAlloc(5, PS_TYPE_S32);
 
@@ -21,4 +22,5 @@
 
         psFree(psVec);
+        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
 
