mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(Netplay) Memory leak fix (#14154)
This commit is contained in:
parent
a87e95ad8f
commit
af71dcb893
@ -7073,6 +7073,7 @@ static void netplay_free(netplay_t *netplay)
|
||||
}
|
||||
|
||||
free(netplay->connections);
|
||||
free(netplay->ban_list.list);
|
||||
|
||||
if (netplay->buffer)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user