Index: trunk/Ohana/src/opihi/pantasks/ControllerOps.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/ControllerOps.c	(revision 23557)
+++ trunk/Ohana/src/opihi/pantasks/ControllerOps.c	(revision 23558)
@@ -286,6 +286,10 @@
   }
   sscanf (p, "%*s %s", string);
+  FreeIOBuffer (&buffer);
+
   job[0].pid = atoi (string);
-  FreeIOBuffer (&buffer);
+  if (job[0].pid < 0) {
+    return (FALSE);
+  }
   return (TRUE);
 }
