11facf8909
`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. |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
uwac-clipboard.c | ||
uwac-display.c | ||
uwac-input.c | ||
uwac-os.c | ||
uwac-os.h | ||
uwac-output.c | ||
uwac-priv.h | ||
uwac-tools.c | ||
uwac-utils.c | ||
uwac-utils.h | ||
uwac-window.c |