X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FMemMang%2Fheap_4.c;h=6352bc9e7a3906ba482ae7abacc734a6c7301722;hb=ea2e61734ae6d8d621ee27dc26e4bc3ef4b5eaf8;hp=1fe5555659887c4046a828d4c4a45e3da7a466ed;hpb=5a9d0256013681d56938aca3958003333493b050;p=freertos diff --git a/FreeRTOS/Source/portable/MemMang/heap_4.c b/FreeRTOS/Source/portable/MemMang/heap_4.c index 1fe555565..6352bc9e7 100644 --- a/FreeRTOS/Source/portable/MemMang/heap_4.c +++ b/FreeRTOS/Source/portable/MemMang/heap_4.c @@ -321,8 +321,8 @@ BlockLink_t *pxLink; { /* Add this block to the list of free blocks. */ xFreeBytesRemaining += pxLink->xBlockSize; - prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); traceFREE( pv, pxLink->xBlockSize ); + prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); } xTaskResumeAll(); }