FreeRDP/server
Armin Novak c7c84682e1
[warnings] fix mismatched-dealloc
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
2024-09-18 15:35:28 +02:00
..
common [cmake] unify windows resource file generation 2024-03-20 11:17:18 +01:00
Mac [warnings] fix apple iOS/macos 2024-09-15 19:47:13 +02:00
proxy [warnings] fix mismatched-dealloc 2024-09-18 15:35:28 +02:00
Sample [return checks] fix use of WaitForSingleObject 2024-09-16 08:22:37 +02:00
shadow [return checks] fix use of WaitForSingleObject 2024-09-16 08:22:37 +02:00
Windows [return checks] fix use of WaitForSingleObject 2024-09-16 08:22:37 +02:00
CMakeLists.txt [cmake] generate relative pkgconfig path 2024-01-05 14:19:34 +01:00
freerdp-server.pc.in [cmake] make generated pkg-config files relocatable 2023-10-10 19:35:27 +02:00
FreeRDP-ServerConfig.cmake.in find_dependency for exported cmake config 2023-08-01 08:13:30 +02:00