Index: /trunk/Ohana/src/opihi/dimm/dimm.c
===================================================================
--- /trunk/Ohana/src/opihi/dimm/dimm.c	(revision 11216)
+++ /trunk/Ohana/src/opihi/dimm/dimm.c	(revision 11217)
@@ -40,5 +40,5 @@
     set_str_variable ("MODULES:0", modules);
     set_int_variable ("MODULES:n", 1);
-    free (helpdir);
+    free (modules);
   }
 # endif
Index: /trunk/Ohana/src/opihi/dvo/dvo.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/dvo.c	(revision 11216)
+++ /trunk/Ohana/src/opihi/dvo/dvo.c	(revision 11217)
@@ -44,5 +44,5 @@
     set_str_variable ("MODULES:0", modules);
     set_int_variable ("MODULES:n", 1);
-    free (helpdir);
+    free (modules);
   }
 # endif
Index: /trunk/Ohana/src/opihi/mana/mana.c
===================================================================
--- /trunk/Ohana/src/opihi/mana/mana.c	(revision 11216)
+++ /trunk/Ohana/src/opihi/mana/mana.c	(revision 11217)
@@ -40,5 +40,5 @@
     set_str_variable ("MODULES:0", modules);
     set_int_variable ("MODULES:n", 1);
-    free (helpdir);
+    free (modules);
   }
 # endif
Index: /trunk/Ohana/src/opihi/pantasks/pantasks_client.c
===================================================================
--- /trunk/Ohana/src/opihi/pantasks/pantasks_client.c	(revision 11216)
+++ /trunk/Ohana/src/opihi/pantasks/pantasks_client.c	(revision 11217)
@@ -40,5 +40,5 @@
       set_str_variable ("MODULES:0", modules);
       set_int_variable ("MODULES:n", 1);
-      free (helpdir);
+      free (modules);
   }
 # endif
Index: /trunk/Ohana/src/opihi/pclient/pclient.c
===================================================================
--- /trunk/Ohana/src/opihi/pclient/pclient.c	(revision 11216)
+++ /trunk/Ohana/src/opihi/pclient/pclient.c	(revision 11217)
@@ -46,5 +46,5 @@
     set_str_variable ("MODULES:0", modules);
     set_int_variable ("MODULES:n", 1);
-    free (helpdir);
+    free (modules);
   }
 # endif
Index: /trunk/Ohana/src/opihi/pcontrol/pcontrol.c
===================================================================
--- /trunk/Ohana/src/opihi/pcontrol/pcontrol.c	(revision 11216)
+++ /trunk/Ohana/src/opihi/pcontrol/pcontrol.c	(revision 11217)
@@ -59,5 +59,5 @@
     set_str_variable ("MODULES:0", modules);
     set_int_variable ("MODULES:n", 1);
-    free (helpdir);
+    free (modules);
   }
 # endif
