diff --git a/mach/proto/top/top.c b/mach/proto/top/top.c index 64c19508..8964750d 100644 --- a/mach/proto/top/top.c +++ b/mach/proto/top/top.c @@ -626,7 +626,6 @@ error(s,a) { fprintf(stderr,s,a); fprintf(stderr,"\n"); - _cleanup(); abort(); exit(-1); }