You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
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