This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 25/25] Add command to list UIs


Pedro Alves <palves@redhat.com> writes:

> @@ -368,6 +368,7 @@ new_ui_command (char *args, int from_tty)
>  
>    initialize_stdin_serial (ui);
>    ui->async = 1;
> +  ui->tty_name = xstrdup (tty_name);

xfree (ui->tty_name) in free_ui?

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]