Fix typo in memory_buffer_alloc

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-27 20:18:39 +02:00
parent 944cfe8899
commit 6c967b95ff

View File

@ -278,7 +278,7 @@ static void *buffer_alloc_calloc( size_t n, size_t size )
}
#if defined(MBEDTLS_MEMORY_DEBUG)
heap.calloc_count++;
heap.alloc_count++;
#endif
// Found location, split block if > memory_header + 4 room left