Skip to content

Commit 1dd5b15

Browse files
committed
driver: garbage collect IdStrings without tracing at exit
1 parent bc3fc21 commit 1dd5b15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/driver.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ extern "C" {
158158

159159
void yosys_atexit()
160160
{
161+
RTLIL::OwningIdString::collect_garbage(false);
161162
#if defined(YOSYS_ENABLE_READLINE) || defined(YOSYS_ENABLE_EDITLINE)
162163
if (!yosys_history_file.empty()) {
163164
#if defined(YOSYS_ENABLE_READLINE)

0 commit comments

Comments
 (0)