memory: fix memory leak related to un-freed shared memory
This commit is contained in:
parent
b8159f6825
commit
b0b448b92a
@ -559,6 +559,8 @@ void System::Shutdown(bool is_deserializing) {
|
|||||||
room_member->SendGameInfo(game_info);
|
room_member->SendGameInfo(game_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
memory.reset();
|
||||||
|
|
||||||
LOG_DEBUG(Core, "Shutdown OK");
|
LOG_DEBUG(Core, "Shutdown OK");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user