* MAINTAINERS: Remove myself.
[deliverable/binutils-gdb.git] / gdb / top.c
index 55e4504009ae6ff7cae7661c83a9a48ca1fa78d5..a138480e5e43d10a4e3df463601dab087fe40f6d 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1297,8 +1297,8 @@ quit_target (void *arg)
   if (write_history_p && history_filename)
     write_history (history_filename);
 
-  do_final_cleanups (ALL_CLEANUPS);    /* Do any final cleanups before
-                                         exiting.  */
+  do_final_cleanups (all_cleanups ());    /* Do any final cleanups before
+                                            exiting.  */
   return 0;
 }
 
This page took 0.024997 seconds and 4 git commands to generate.