mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
when the err_clear flag is set, the buffer memory will automatically be free()ed when allocation failed. This allows simplificatoin of caller's error pathes: the caller doesn't need to to call x_rpcbuf_clear() anymore and eg. can directly return out. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>