Files
xf86-video-amdgpu/meson.build
Joseph Crowell 3f48bbfe95 fix a double free caused by amdgpu_dri3_get_formats()
The function now allocates memory with malloc() and copies the formats array, instead of returning a pointer to static memory that the xserver would try to free() later.
2026-02-16 17:43:52 +10:00

3.1 KiB