mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 12:55:37 +00:00
KMSDRM: missing return value in VideoInit() (Bug 4530)
This commit is contained in:
parent
3b49ee5261
commit
7b27594274
|
@ -511,6 +511,8 @@ KMSDRM_VideoInit(_THIS)
|
|||
|
||||
KMSDRM_InitMouse(_this);
|
||||
|
||||
return ret;
|
||||
|
||||
cleanup:
|
||||
if (encoder != NULL)
|
||||
KMSDRM_drmModeFreeEncoder(encoder);
|
||||
|
|
Loading…
Reference in a new issue