openrc/src/seedrng
NRK 63a5ee3d8c seedrng: fix memory leak reported by clang-tidy
`seed_dir` gets allocated via xstrdup but never gets freed - which
clang-tidy flags as a memory leak.

instead of free-ing the allocation, just don't allocate to begin with
since there's no need for it.

also bump the copyright year.
2023-02-05 00:38:20 -05:00
..
meson.build migrate fully to meson build system 2022-04-06 10:51:55 -05:00
seedrng.c seedrng: fix memory leak reported by clang-tidy 2023-02-05 00:38:20 -05:00