3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Fix memory leak

This commit is contained in:
Roland Coeurjoly 2024-07-07 21:12:47 +02:00 committed by Emily Schmidt
parent 5780357cd9
commit fad76ce677

View file

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