remove disconcerting newline

pull/138/head
Daniel Micay 2021-05-12 20:34:18 -04:00
parent 26b74b87bf
commit f1cdc1e484
1 changed files with 0 additions and 1 deletions

View File

@ -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) { if (p < get_slab_region_end() && p >= ro.slab_region_start) {
thread_unseal_metadata(); thread_unseal_metadata();
memory_corruption_check_small(p); memory_corruption_check_small(p);
thread_seal_metadata(); thread_seal_metadata();