]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/MemMang/heap_4.c
Linting.
[freertos] / FreeRTOS / Source / portable / MemMang / heap_4.c
index 1fe5555659887c4046a828d4c4a45e3da7a466ed..6352bc9e7a3906ba482ae7abacc734a6c7301722 100644 (file)
@@ -321,8 +321,8 @@ BlockLink_t *pxLink;
                                {\r
                                        /* Add this block to the list of free blocks. */\r
                                        xFreeBytesRemaining += pxLink->xBlockSize;\r
-                                       prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) );\r
                                        traceFREE( pv, pxLink->xBlockSize );\r
+                                       prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) );                                     \r
                                }\r
                                xTaskResumeAll();\r
                        }\r