1
0
mirror of synced 2026-01-29 21:40:57 +00:00
Files
YosysHQ.yosys/kernel/log_help.cc
Krystine Sherwin 7fe4ae45fd 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-08-06 13:52:12 +12:00

4.0 KiB