mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 11:45:27 +00:00
Cleanups
This commit is contained in:
parent
67dd426339
commit
d65ee7ea3d
@ -247,10 +247,7 @@ static int cb_net_generic(void *data_, size_t len)
|
||||
int ret = -1;
|
||||
char *data = (char*)data_;
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
if (!menu)
|
||||
goto end;
|
||||
|
||||
if (!data)
|
||||
if (!menu || !data)
|
||||
goto end;
|
||||
|
||||
if (core_buf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user