Don't clear StringManager as part of local function analysis

This commit is contained in:
caheckman 2021-09-03 16:10:31 -04:00
parent dff7c83542
commit 407285176d

View file

@ -286,7 +286,6 @@ void Architecture::clearAnalysis(Funcdata *fd)
fd->clear(); // Clear stuff internal to function fd->clear(); // Clear stuff internal to function
// Clear out any analysis generated comments // Clear out any analysis generated comments
commentdb->clearType(fd->getAddress(),Comment::warning|Comment::warningheader); commentdb->clearType(fd->getAddress(),Comment::warning|Comment::warningheader);
stringManager->clear();
} }
/// Symbols do not necessarily need to be available for the decompiler. /// Symbols do not necessarily need to be available for the decompiler.