mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
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
|
|
@ -149,8 +149,7 @@ void OS_Unix::finalize_core() {
|
|||
|
||||
if (mempool_dynamic)
|
||||
memdelete( mempool_dynamic );
|
||||
if (mempool_static)
|
||||
delete mempool_static;
|
||||
delete mempool_static;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue