KMSDRM: missing return value in VideoInit() (Bug 4530)
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