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