mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-03 13:51:02 +00:00
(Cthulhu88) Fix build errors of previous commit
This commit is contained in:
parent
369cafe1ad
commit
393f9bdd48
@ -7600,10 +7600,7 @@ void deinit_netplay(void)
|
||||
net_st->mitm_pending.fds = NULL;
|
||||
}
|
||||
if (net_st->mitm_pending.ids)
|
||||
{
|
||||
free(net_st->mitm_pending.ids);
|
||||
net_st->mitm_pending.ids = NULL;
|
||||
}
|
||||
free(*net_st->mitm_pending.ids);
|
||||
if (net_st->mitm_pending.timeouts)
|
||||
{
|
||||
free(net_st->mitm_pending.timeouts);
|
||||
|
Loading…
Reference in New Issue
Block a user