Index: trunk/psLib/test/math/tap_psMatrix07.c
===================================================================
--- trunk/psLib/test/math/tap_psMatrix07.c	(revision 11661)
+++ trunk/psLib/test/math/tap_psMatrix07.c	(revision 11685)
@@ -17,6 +17,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2006-12-20 20:02:29 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-02-07 22:50:18 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -204,6 +204,6 @@
         psVector *v1 = (psVector*)psVectorAlloc(3, PS_TYPE_F64);
         ok(psMatrixToVector(v1, badImage) == NULL, "psMatrixToVector() returned NULL with improper sizes");
-        psFree(badImage)
-        psFree(v1)
+        psFree(badImage);
+        psFree(v1);
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
@@ -216,6 +216,6 @@
         psVector *v1_32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32);
         ok(psMatrixToVector(v1_32, badImage_32) == NULL, "psMatrixToVector() returned NULL with improper sizes");
-        psFree(badImage_32)
-        psFree(v1_32)
+        psFree(badImage_32);
+        psFree(v1_32);
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
Index: trunk/psLib/test/math/tap_psStats07.c
===================================================================
--- trunk/psLib/test/math/tap_psStats07.c	(revision 11661)
+++ trunk/psLib/test/math/tap_psStats07.c	(revision 11685)
@@ -307,9 +307,9 @@
     // We will use this later in determining if the clipped stats are correct.
     //
-    psF32 sampleMean;
-    psF32 sampleStdev;
-    psF32 sampleMedian;
-    psF32 sampleLQ;
-    psF32 sampleUQ;
+    psF32 sampleMean=0.0;
+    psF32 sampleStdev=0.0;
+    psF32 sampleMedian=0.0;
+    psF32 sampleLQ=0.0;
+    psF32 sampleUQ=0.0;
     if (expectedRC == true) {
         psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV | PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_QUARTILE);
Index: trunk/psLib/test/math/tap_psStats09.c
===================================================================
--- trunk/psLib/test/math/tap_psStats09.c	(revision 11661)
+++ trunk/psLib/test/math/tap_psStats09.c	(revision 11685)
@@ -276,6 +276,6 @@
     // We will use this later in determining if the clipped stats are correct.
     //
-    psF32 sampleMean;
-    psF32 sampleStdev;
+    psF32 sampleMean=0.0;
+    psF32 sampleStdev=0.0;
     if (expectedRC == true) {
         psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV);
