Bug found by unused-but-set-variable, entry should be updated
Verfied by DeadYak
This commit is contained in:
@@ -561,7 +561,7 @@ FileManager::~FileManager()
|
||||
while (entry != NULL) {
|
||||
SourceFileEntry* next = entry->next;
|
||||
delete entry;
|
||||
next = entry;
|
||||
entry = next;
|
||||
}
|
||||
delete fSourceFiles;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user