CVE-2026-72267: fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()
In the Linux kernel, the following vulnerability has been resolved:
fbdev: carminefb: fix potential memory leak in alloccarminefb()
The memory allocated for modelist in fbvideomodetomodelist() is not freed in the subsequent error path. Fix that by calling fbdestroymodelist()