mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Fix memory leak
This commit is contained in:
parent
5780357cd9
commit
fad76ce677
|
@ -24,7 +24,7 @@ USING_YOSYS_NAMESPACE
|
|||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
||||
const char illegal_characters[] = "#:\\";
|
||||
const char *reserved_keywords[] = {};
|
||||
const char *reserved_keywords[] = {nullptr};
|
||||
|
||||
struct SmtScope {
|
||||
pool<std::string> used_names;
|
||||
|
|
Loading…
Reference in a new issue