mirror of https://github.com/encounter/SDL.git
X11: Fixed memory leak when initializing multiple screens.
This commit is contained in:
parent
4abb73298a
commit
32147ba780
|
@ -491,11 +491,11 @@ X11_InitModes_XRandR(_THIS)
|
|||
display.driverdata = displaydata;
|
||||
SDL_AddVideoDisplay(&display);
|
||||
}
|
||||
|
||||
X11_XRRFreeScreenResources(res);
|
||||
}
|
||||
}
|
||||
|
||||
X11_XRRFreeScreenResources(res);
|
||||
|
||||
if (_this->num_displays == 0) {
|
||||
return SDL_SetError("No available displays");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue