mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 16:29:51 +00:00
The reply payload buffer is very small and short-lived, so we can easily use a local dynamic array for that, thus saving an extra heap alloc/free. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>