Index: /branches/rel10_ifa/psModules/src/config/pmConfig.c
===================================================================
--- /branches/rel10_ifa/psModules/src/config/pmConfig.c	(revision 6772)
+++ /branches/rel10_ifa/psModules/src/config/pmConfig.c	(revision 6773)
@@ -3,6 +3,6 @@
  *  @author PAP, IfA
  *
- *  @version $Revision: 1.7.4.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-01 03:00:23 $
+ *  @version $Revision: 1.7.4.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-04 22:14:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -47,4 +47,9 @@
 
     return config;
+}
+
+void pmConfigDone(void)
+{
+    psFree(configPath);
 }
 
@@ -205,5 +210,5 @@
     // define the config-file search path (configPath)
     if (configPath) {
-        psFree (configPath);
+        psFree(configPath);
         configPath = NULL;
     }
@@ -212,5 +217,5 @@
         psList *list = psStringSplit(path, ":");
         configPath = psListToArray(list);
-        psFree (list);
+        psFree(list);
     }
 
Index: /branches/rel10_ifa/psModules/src/config/pmConfig.h
===================================================================
--- /branches/rel10_ifa/psModules/src/config/pmConfig.h	(revision 6772)
+++ /branches/rel10_ifa/psModules/src/config/pmConfig.h	(revision 6773)
@@ -3,6 +3,6 @@
  *  @author PAP, IfA
  *
- *  @version $Revision: 1.3.4.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-03-30 20:08:30 $
+ *  @version $Revision: 1.3.4.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-04 22:14:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -28,4 +28,7 @@
 
 pmConfig *pmConfigAlloc(void);
+
+// Free static variables
+void pmConfigDone(void);
 
 /** pmConfigRead
