mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 19:50:24 +00:00
Unset the netplay callbacks when we deinit netplay
This is a bugfix to master that hadn't migrated to my branch.
This commit is contained in:
parent
dcd4b3046b
commit
8f8e6dfc5f
@ -843,6 +843,7 @@ void deinit_netplay(void)
|
||||
if (netplay_data)
|
||||
netplay_free(netplay_data);
|
||||
netplay_data = NULL;
|
||||
core_unset_netplay_callbacks();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user