Index: trunk/psLib/test/math/tap_psStats09.c
===================================================================
--- trunk/psLib/test/math/tap_psStats09.c	(revision 11265)
+++ 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);
