tabbing plus lots of memory fixes
[c11tester.git] / common.h
index 81af78644ac0401a92c61ba20d82fa3711e0f401..01426a4d66bee75772507710221b3a99a02c49f0 100644 (file)
--- a/common.h
+++ b/common.h
@@ -32,7 +32,7 @@ void assert_hook(void);
                        fprintf(stderr, "Error: assertion failed in %s at line %d\n", __FILE__, __LINE__); \
                        /* print_trace(); // Trace printing may cause dynamic memory allocation */ \
                        assert_hook();                           \
-                       exit(EXIT_FAILURE); \
+                       _Exit(EXIT_FAILURE); \
                } \
        } while (0)
 #else