Files
xserver/include/privates.h
Enrico Weigelt, metux IT consult e9321ef782 dix: use calloc() in _dixAllocateScreenObjectWithPrivates()
We're clearing the whole object size anyways, so we can directly
use calloc() instead of malloc() plus memset().

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-05-15 19:06:11 +02:00

11 KiB