diff options
| author | qarmin <mikrutrafal54@gmail.com> | 2019-06-03 21:52:50 +0200 |
|---|---|---|
| committer | qarmin <mikrutrafal54@gmail.com> | 2019-06-03 21:52:50 +0200 |
| commit | 8245db869f05a86e88338236d22765b87cc71db8 (patch) | |
| tree | 9cad264ada4820d48d6952f1a5564b32cb1619f2 /core/io | |
| parent | 8c923fc61740afd560e6c814f7ef19b0cdc30112 (diff) | |
Small fixes to unrechable code, possibly overflows, using NULL pointers
Diffstat (limited to 'core/io')
| -rw-r--r-- | core/io/config_file.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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() { |