driver: garbage collect IdStrings without tracing at exit
This commit is contained in:
@@ -158,6 +158,7 @@ extern "C" {
|
||||
|
||||
void yosys_atexit()
|
||||
{
|
||||
RTLIL::OwningIdString::collect_garbage(false);
|
||||
#if defined(YOSYS_ENABLE_READLINE) || defined(YOSYS_ENABLE_EDITLINE)
|
||||
if (!yosys_history_file.empty()) {
|
||||
#if defined(YOSYS_ENABLE_READLINE)
|
||||
|
||||
Reference in New Issue
Block a user