mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
No point checking this twice.
This commit is contained in:
parent
ba90c4afaf
commit
f8c31dd56a
@ -410,10 +410,10 @@ static void *gfx_ctx_x_init(void *data)
|
||||
|
||||
error:
|
||||
if (x)
|
||||
{
|
||||
gfx_ctx_x_destroy_resources(x);
|
||||
|
||||
if (x)
|
||||
free(x);
|
||||
}
|
||||
g_x11_screen = 0;
|
||||
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user