command: Put command_ids in output into title case.
[pspp] / src / ui / terminal / main.c
index c78756383adbd1d590bd6ffe965e46837eb0820d..bbcc896958052b4c1a0b2c69042bfaed8629156b 100644 (file)
@@ -226,9 +226,11 @@ output_msg (const struct msg *m_, void *lexer_)
       m.last_line = lex_get_last_line_number (lexer, 0);
     }
 
-  m.command_name = CONST_CAST (char *, output_get_command_name ());
+  m.command_name = output_get_command_name ();
 
   message_item_submit (message_item_create (&m));
+
+  free (m.command_name);
 }
 
 static void