all: misc and noexcept updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-07-09 17:36:24 +02:00
parent 300fa29446
commit 7ec0faca1e
41 changed files with 589 additions and 69 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ LeFile::LeFile(InputFile *f) : fif(f), fof(nullptr), le_offset(0), exe_offset(0)
mem_clear(&oh);
}
LeFile::~LeFile() {
LeFile::~LeFile() noexcept {
delete[] iobject_table;
delete[] oobject_table;
delete[] ifpage_table;