Exit with an error code.

This commit is contained in:
Steve Checkoway
2003-08-12 01:43:52 +00:00
parent 4e4a25de41
commit 586c31a1b6
@@ -192,7 +192,7 @@ void BacktraceNames::FromAddr( void *p )
free(addy);
free(p);
close(out);
_exit(0);
_exit(1);
}
close(fds[1]);