Index: trunk/Ohana/src/opihi/cmd.data/queuedrop.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/queuedrop.c	(revision 27491)
+++ trunk/Ohana/src/opihi/cmd.data/queuedrop.c	(revision 27611)
@@ -4,8 +4,8 @@
   
   int N;
-  char *Key;
-  char *line;
-  char *Value;
-  Queue *queue;
+  char *Key = NULL;
+  char *line = NULL;
+  Queue *queue = NULL;
+  char *Value = NULL;
 
   Key = NULL;
