FreeRDP/uwac/libuwac
Sascha Wessel 11facf8909 libuwac/window: Fix memory leak / SIGBUS
`UwacWindowShmAllocBuffers()` allocates memory with `mmap` and never frees it
resulting in SIGBUS errors and running out of memory after some time.

Adding a corresponding `munmap` fixes this issue.
2020-04-26 19:19:31 +02:00
..
.gitignore Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
CMakeLists.txt Implemented UWAC clipboard handling. 2019-01-23 15:54:05 +01:00
uwac-clipboard.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
uwac-display.c uwac, wlfreerdp: corrected API for UwacOutput and added monitor listing 2020-04-21 08:12:31 +02:00
uwac-input.c Enforce coding style. 2020-04-09 13:49:10 +02:00
uwac-os.c src/libuwac/uwac-os.c: fix build with uclibc 2020-04-10 10:29:28 +02:00
uwac-os.h Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-output.c uwac, wlfreerdp: corrected API for UwacOutput and added monitor listing 2020-04-21 08:12:31 +02:00
uwac-priv.h libuwac/window: Fix memory leak / SIGBUS 2020-04-26 19:19:31 +02:00
uwac-tools.c Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-utils.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
uwac-utils.h Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-window.c libuwac/window: Fix memory leak / SIGBUS 2020-04-26 19:19:31 +02:00