mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-01 20:19:39 +00:00
[Server] FIx memory leak
This commit is contained in:
parent
328e3b6618
commit
ebaf3d3cc9
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ Networking::~Networking()
|
||||||
|
|
||||||
sThis = 0;
|
sThis = 0;
|
||||||
delete playerController;
|
delete playerController;
|
||||||
|
delete worldController;
|
||||||
LOG_QUIT();
|
LOG_QUIT();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue