mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-16 02:37:18 +00:00
Fixed possible memory leak.
This commit is contained in:
parent
2a4ffbb162
commit
a0c13d466c
@ -2728,6 +2728,7 @@ void SaveState(int client)
|
||||
|
||||
if(gB_Replay)
|
||||
{
|
||||
delete gA_SaveFrames[client];
|
||||
gA_SaveFrames[client] = Shavit_GetReplayData(client);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user