This commit is contained in:
Richard Barry 2014-02-17 19:41:29 +00:00
parent a2089bbcf6
commit 0f6b699eef
3 changed files with 7 additions and 7 deletions

View file

@ -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();
}