Skip to content

Commit

Permalink
Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed Jul 7, 2024
1 parent d8b5b90 commit 73e39b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/functional/smtlib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 73e39b3

Please sign in to comment.