]> git.sur5r.net Git - freertos/commit - FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/WinPCap/NetworkInterface.c
Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initialisation...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 17 Apr 2019 17:16:04 +0000 (17:16 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 17 Apr 2019 17:16:04 +0000 (17:16 +0000)
commit87c1213e45a8d47f4c8023bc302808c3d34c925b
tree5a78b5d0f58fc510cd99817a9668b0e952118061
parent6cb7a15ddc9e6662d33dfcea261d5517ea76371c
Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initialisation sequence.
Introduce portMEMORY_BARRIER() macro to assist with memory access ordering when suspending the scheduler if link time optimization is used.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2649 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/WinPCap/NetworkInterface.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/GCC/RISC-V/portASM.S
FreeRTOS/Source/portable/GCC/RISC-V/portmacro.h
FreeRTOS/Source/tasks.c