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)
|
if (netplay_data)
|
||||||
netplay_free(netplay_data);
|
netplay_free(netplay_data);
|
||||||
netplay_data = NULL;
|
netplay_data = NULL;
|
||||||
|
core_unset_netplay_callbacks();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue