Index: trunk/psModules/src/detrend/pmShifts.c
===================================================================
--- trunk/psModules/src/detrend/pmShifts.c	(revision 12264)
+++ trunk/psModules/src/detrend/pmShifts.c	(revision 12504)
@@ -211,5 +211,5 @@
         psMetadata *row = table->data[i]; // The row of interest
 
-        const char *chipName;           // Name of chip
+        const char *chipName = NULL;    // Name of chip
         if (phuLevel == PM_FPA_LEVEL_FPA) {
             // Only care about the chip name if there's more than one chip
@@ -223,5 +223,5 @@
             }
         }
-        const char *cellName;           // Name of cell
+        const char *cellName = NULL;    // Name of cell
         if (phuLevel <= PM_FPA_LEVEL_CHIP) {
             // Only care about the cell name if there's a chip
