X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhtest.c;h=aa7e411e195c9e313d580ca48219c1a375b7ec70;hp=a1718db77e082691d8857d63c457cd0ecc155a23;hb=1201af682c2a7e34d4d598e62718306b885a187e;hpb=5a12e4b0477d3ad699f5713682d26079f2792d17 diff --git a/uip/mhtest.c b/uip/mhtest.c index a1718db..aa7e411 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -95,7 +95,9 @@ main(int argc, char **argv) struct msgs *mp = NULL; CT ct, *ctp; - atexit(freects_done); + if (atexit(freects_done) != 0) { + adios(NULL, "atexit failed"); + } setlocale(LC_ALL, ""); invo_name = mhbasename(argv[0]);