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,10 +491,10 @@ X11_InitModes_XRandR(_THIS)
|
||||||
display.driverdata = displaydata;
|
display.driverdata = displaydata;
|
||||||
SDL_AddVideoDisplay(&display);
|
SDL_AddVideoDisplay(&display);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
X11_XRRFreeScreenResources(res);
|
X11_XRRFreeScreenResources(res);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (_this->num_displays == 0) {
|
if (_this->num_displays == 0) {
|
||||||
return SDL_SetError("No available displays");
|
return SDL_SetError("No available displays");
|
||||||
|
|
Loading…
Reference in New Issue