forked from teamnwah/openmw-tes3coop
[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