mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
Use make_cleanup_ui_out_stream_delete().
This commit is contained in:
@@ -1723,7 +1723,7 @@ do_setshow_command (arg, from_tty, c)
|
||||
int quote;
|
||||
|
||||
stb = ui_out_stream_new (uiout);
|
||||
old_chain = make_cleanup ((make_cleanup_func) ui_out_stream_delete, stb);
|
||||
old_chain = make_cleanup_ui_out_stream_delete (stb);
|
||||
#endif /* UI_OUT */
|
||||
|
||||
/* Print doc minus "show" at start. */
|
||||
|
||||
Reference in New Issue
Block a user