Index: /branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c
===================================================================
--- /branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c	(revision 6401)
+++ /branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c	(revision 6402)
@@ -12,6 +12,6 @@
 * XXX: Should we implement non-linear cell->chip transforms?
 *
-*  @version $Revision: 1.1.2.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-08 23:02:02 $
+*  @version $Revision: 1.1.2.10 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-02-09 20:27:03 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -161,4 +161,7 @@
         for (psS32 i = 0 ; i < chips->n ; i++) {
             pmChip *tmpChip = chips->data[i];
+            if (! tmpChip) {
+                continue;
+            }
             chips->data[i] = NULL;
             tmpChip->parent = NULL;
