From 8245db869f05a86e88338236d22765b87cc71db8 Mon Sep 17 00:00:00 2001 From: qarmin Date: Mon, 3 Jun 2019 21:52:50 +0200 Subject: Small fixes to unrechable code, possibly overflows, using NULL pointers --- core/io/config_file.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/io/config_file.cpp') diff --git a/core/io/config_file.cpp b/core/io/config_file.cpp index 414742deeb..871e21df3e 100644 --- a/core/io/config_file.cpp +++ b/core/io/config_file.cpp @@ -198,10 +198,6 @@ Error ConfigFile::load(const String &p_path) { section = next_tag.name; } } - - memdelete(f); - - return OK; } void ConfigFile::_bind_methods() { -- cgit v1.2.3