ac25baa5ee
The `rfx_context_free` function uses the `rfx_message_free` function with an address of the statically allocated `RFX_MESSAGE` struct. This causes that the following is reported from covscan: ``` address_free: "rfx_message_free" frees address of "context->currentMessage". ``` I am convinced that this is just false-positive as the address is freed only when `freeArray` is `0`, which is not in case of `RFX_CONTEXT`. Let's add a code annotation to silence the false-positive next time. |
||
---|---|---|
.. | ||
cache | ||
codec | ||
common | ||
core | ||
crypto | ||
gdi | ||
locale | ||
primitives | ||
utils | ||
CMakeLists.txt | ||
freerdp.pc.in | ||
FreeRDPConfig.cmake.in |