mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-30 09:45:36 +00:00
KMSDRM: missing return value in VideoInit() (Bug 4530)
This commit is contained in:
parent
3b49ee5261
commit
7b27594274
1 changed files with 2 additions and 0 deletions
|
|
@ -511,6 +511,8 @@ KMSDRM_VideoInit(_THIS)
|
|||
|
||||
KMSDRM_InitMouse(_this);
|
||||
|
||||
return ret;
|
||||
|
||||
cleanup:
|
||||
if (encoder != NULL)
|
||||
KMSDRM_drmModeFreeEncoder(encoder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue