Merge remote-tracking branch 'public/pr/1182' into development

This commit is contained in:
Simon Butcher
2018-06-14 10:33:29 +01:00
2 changed files with 3 additions and 0 deletions

View File

@@ -518,7 +518,9 @@ void mbedtls_memory_buffer_alloc_status( void )
heap.alloc_count, heap.free_count );
if( heap.first->next == NULL )
{
mbedtls_fprintf( stderr, "All memory de-allocated in stack buffer\n" );
}
else
{
mbedtls_fprintf( stderr, "Memory currently allocated:\n" );