From 5612fb3a7f20a9385ba786bb25d25081b86259dd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 4 Jun 2017 03:18:46 +0300 Subject: Fix code style. --- src/debug/debug_new.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug/debug_new.cpp') diff --git a/src/debug/debug_new.cpp b/src/debug/debug_new.cpp index 85c3fb812..7119ece2a 100644 --- a/src/debug/debug_new.cpp +++ b/src/debug/debug_new.cpp @@ -624,7 +624,7 @@ int check_leaks() while (ptr != &new_ptr_list) { - const char* const pointer = reinterpret_cast(ptr) + const char* const pointer = reinterpret_cast(ptr) + ALIGNED_LIST_ITEM_SIZE; if (ptr->magic != MAGIC) { -- cgit v1.2.3-60-g2f50