memory: fix memory leak related to un-freed shared memory

This commit is contained in:
BreadFish64 2020-04-21 22:36:16 -05:00 committed by bunnei
parent fa8fd3c9d5
commit 751c3a22b7

View File

@ -561,6 +561,8 @@ void System::Shutdown(bool is_deserializing) {
room_member->SendGameInfo(game_info);
}
memory.reset();
LOG_DEBUG(Core, "Shutdown OK");
}