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) {
|
while (entry != NULL) {
|
||||||
SourceFileEntry* next = entry->next;
|
SourceFileEntry* next = entry->next;
|
||||||
delete entry;
|
delete entry;
|
||||||
next = entry;
|
entry = next;
|
||||||
}
|
}
|
||||||
delete fSourceFiles;
|
delete fSourceFiles;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user