Cosmetic error reporting cleanup.
[debugger.git] / debugger.c
index add07f9..ec5b60c 100644 (file)
@@ -335,8 +335,6 @@ static Dwfl *get_dwfl (struct ps_prochandle *proc_handle)
         || dwfl_report_end (proc_handle->dwfl, NULL, NULL) != 0)
        {
          fprintf (stderr, "dwfl reporting: %m\n");
-         dwfl_end (proc_handle->dwfl);
-         proc_handle->dwfl = NULL;
          abort ();
        }
     }