We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc78f0 commit 65d7d70Copy full SHA for 65d7d70
kernel/driver.cc
@@ -158,7 +158,6 @@ extern "C" {
158
159
void yosys_atexit()
160
{
161
- RTLIL::OwningIdString::collect_garbage(false);
162
#if defined(YOSYS_ENABLE_READLINE) || defined(YOSYS_ENABLE_EDITLINE)
163
if (!yosys_history_file.empty()) {
164
#if defined(YOSYS_ENABLE_READLINE)
kernel/yosys.cc
@@ -260,6 +260,7 @@ void yosys_shutdown()
260
261
delete yosys_design;
262
yosys_design = NULL;
263
+ RTLIL::OwningIdString::collect_garbage();
264
265
for (auto f : log_files)
266
if (f != stderr)
0 commit comments