mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed destructor call of FConfigSection in FConfigFile.
This commit is contained in:
parent
2cc6e74b31
commit
c584e9ec95
1 changed files with 1 additions and 2 deletions
|
@ -116,8 +116,7 @@ FConfigFile::~FConfigFile ()
|
|||
delete[] (char *)entry;
|
||||
entry = nextentry;
|
||||
}
|
||||
section->~FConfigSection();
|
||||
delete[] (char *)section;
|
||||
delete section;
|
||||
section = nextsection;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue