1
0
mirror of synced 2026-05-21 12:59:27 +00:00
Files
YosysHQ.yosys/kernel/log_help.cc
Krystine Sherwin c7df41b24e log_help: Fix mem leaks
`_content` vector owns elements so that when the `ContentListing` is deleted so is the content.
Remove `get_content()` method in favour of `begin()` and `end()` const iterators.
More `const` in general, and iterations over `ContentListing` use `&content` to avoid copying data.
2025-07-23 12:24:14 +12:00

4.0 KiB