Index: trunk/psModules/src/camera/pmFPARead.c
===================================================================
--- trunk/psModules/src/camera/pmFPARead.c	(revision 10705)
+++ trunk/psModules/src/camera/pmFPARead.c	(revision 11527)
@@ -183,7 +183,7 @@
     }
 
-    bool (*hduReadFunc)(pmHDU*, psFits*); // Function to use to read the HDU
-    psArray **imageArray;               // Array of images in the HDU
-    psElemType imageType;               // Expected type for image
+    bool (*hduReadFunc)(pmHDU*, psFits*) = NULL; // Function to use to read the HDU
+    psArray **imageArray = NULL; // Array of images in the HDU
+    psElemType imageType = PS_TYPE_F32; // Expected type for image
     switch (type) {
     case FPA_READ_TYPE_IMAGE:
@@ -245,5 +245,5 @@
         }
 
-        psImage **target;               // Place in readout to put carved image
+        psImage **target = NULL;               // Place in readout to put carved image
         switch (type) {
         case FPA_READ_TYPE_IMAGE:
