mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Merge pull request #3230 from touilleMan/issue-55
Remove unnecessary null pointer checks
This commit is contained in:
@@ -149,8 +149,7 @@ void OS_Unix::finalize_core() {
|
||||
|
||||
if (mempool_dynamic)
|
||||
memdelete( mempool_dynamic );
|
||||
if (mempool_static)
|
||||
delete mempool_static;
|
||||
delete mempool_static;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user