Index: trunk/Ohana/src/opihi/lib.data/queues.c
===================================================================
--- trunk/Ohana/src/opihi/lib.data/queues.c	(revision 8427)
+++ trunk/Ohana/src/opihi/lib.data/queues.c	(revision 9280)
@@ -184,6 +184,8 @@
 
     if (!first) strcat (output, ":");
-    strcat (output, key);
-    free (key);
+    if (key) {
+	strcat (output, key);
+	free (key);
+    }
 
     if (q != NULL) p = q + 1;
