mirror of https://github.com/FreeRDP/FreeRDP
c7c84682e1
Some allocator functions have an error path where the corresponding free function is called. Since the memory in the allocator function was allocated using malloc/calloc the free function does not match. Silence warnings with pragma macros |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
addin.c | ||
assistance.c | ||
settings.c | ||
settings_getters.c | ||
settings_str.c | ||
settings_str.h |