Merge pull request #3230 from touilleMan/issue-55
Remove unnecessary null pointer checks
This commit is contained in:
commit
7f82c8d7c5
8 changed files with 10 additions and 19 deletions
|
|
@ -1144,8 +1144,7 @@ void OS_Windows::finalize_core() {
|
|||
|
||||
if (mempool_dynamic)
|
||||
memdelete( mempool_dynamic );
|
||||
if (mempool_static)
|
||||
delete mempool_static;
|
||||
delete mempool_static;
|
||||
|
||||
|
||||
TCPServerWinsock::cleanup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue