1
0
mirror of synced 2026-04-17 10:11:18 +00:00

driver: garbage collect IdStrings without tracing at exit

This commit is contained in:
Emil J. Tywoniak
2025-11-13 11:10:13 +01:00
parent bc3fc21248
commit 1dd5b150e5

View File

@@ -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)