Index: /branches/eam_branches/ipp-20111122/psModules/src/objects/pmSource.c
===================================================================
--- /branches/eam_branches/ipp-20111122/psModules/src/objects/pmSource.c	(revision 33095)
+++ /branches/eam_branches/ipp-20111122/psModules/src/objects/pmSource.c	(revision 33096)
@@ -201,5 +201,5 @@
     source->pixels   = in->pixels   ? psImageCopyView(NULL, in->pixels)   : NULL;
     source->variance = in->variance ? psImageCopyView(NULL, in->variance) : NULL;
-    source->modelVar = in->modelVar ? psImageCopyView(NULL, in->modelVar) : NULL;
+    source->modelVar = NULL;
     source->maskView = in->maskView ? psImageCopyView(NULL, in->maskView) : NULL;
 
