Index: trunk/psModules/src/objects/pmSourceExtendedPars.c
===================================================================
--- trunk/psModules/src/objects/pmSourceExtendedPars.c	(revision 20937)
+++ trunk/psModules/src/objects/pmSourceExtendedPars.c	(revision 21363)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-12-08 02:51:14 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-06 02:31:25 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -71,5 +71,5 @@
     psFree(profile->radius);
     psFree(profile->flux);
-    psFree(profile->weight);
+    psFree(profile->variance);
     return;
 }
@@ -82,5 +82,5 @@
     profile->radius = NULL;
     profile->flux = NULL;
-    profile->weight = NULL;
+    profile->variance = NULL;
 
     return profile;
