mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01: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 New Issue
Block a user