mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +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;
|
net_st->mitm_pending.fds = NULL;
|
||||||
}
|
}
|
||||||
if (net_st->mitm_pending.ids)
|
if (net_st->mitm_pending.ids)
|
||||||
{
|
free(*net_st->mitm_pending.ids);
|
||||||
free(net_st->mitm_pending.ids);
|
|
||||||
net_st->mitm_pending.ids = NULL;
|
|
||||||
}
|
|
||||||
if (net_st->mitm_pending.timeouts)
|
if (net_st->mitm_pending.timeouts)
|
||||||
{
|
{
|
||||||
free(net_st->mitm_pending.timeouts);
|
free(net_st->mitm_pending.timeouts);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user