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

This commit is contained in:
BreadFish64
2021-12-18 00:06:15 +05:30
committed by SachinVin
parent 28039d39a1
commit 5a8c6990bf
+2
View File
@@ -554,6 +554,8 @@ void System::Shutdown(bool is_deserializing) {
room_member->SendGameInfo(game_info);
}
memory.reset();
LOG_DEBUG(Core, "Shutdown OK");
}