From f1cdc1e484b594182d6a60b9331abdb8dc541429 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 12 May 2021 20:34:18 -0400 Subject: [PATCH] remove disconcerting newline --- h_malloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/h_malloc.c b/h_malloc.c index c4f5696..eb7c4f6 100644 --- a/h_malloc.c +++ b/h_malloc.c @@ -1621,7 +1621,6 @@ EXPORT size_t h_malloc_usable_size(H_MALLOC_USABLE_SIZE_CONST void *p) { if (p < get_slab_region_end() && p >= ro.slab_region_start) { thread_unseal_metadata(); - memory_corruption_check_small(p); thread_seal_metadata();