mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 05:57:44 +00:00
KMSDRM: missing return value in VideoInit() (Bug 4530)
This commit is contained in:
@@ -511,6 +511,8 @@ KMSDRM_VideoInit(_THIS)
|
|||||||
|
|
||||||
KMSDRM_InitMouse(_this);
|
KMSDRM_InitMouse(_this);
|
||||||
|
|
||||||
|
return ret;
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
if (encoder != NULL)
|
if (encoder != NULL)
|
||||||
KMSDRM_drmModeFreeEncoder(encoder);
|
KMSDRM_drmModeFreeEncoder(encoder);
|
||||||
|
|||||||
Reference in New Issue
Block a user