diff --git a/util/cbmem/cbmem_util.h b/util/cbmem/cbmem_util.h index 738e7d35b9..3df0eabe7d 100644 --- a/util/cbmem/cbmem_util.h +++ b/util/cbmem/cbmem_util.h @@ -20,7 +20,7 @@ extern int cbmem_util_verbose; #define die(x...) \ do { \ fprintf(stderr, x); \ - abort(); \ + exit(1); \ } while (0) struct cbmem_console {